You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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