Skip to content

Can't bind to local IP other than 127.0.0.1 #217

@gpoulin

Description

@gpoulin

Running the following work without issue
docker run --rm --entrypoint python -p 127.0.0.1:8000:8000 python:3.8-slim -m http.server

But with the following it's not possible to reach the instance running in the container
docker run --rm --entrypoint python -p 127.0.0.5:8000:8000 python:3.8-slim -m http.server

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions