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
My issue is about the documentation content or website
Type of issue
I can't find what I'm looking for
Description
I have a service running on my host (python -m http.server 8111), I can't reach it from a container using host.docker.internal (curl http://host.docker.internal:8111 -> curl: (7) Failed to connect to host.docker.internal port 8111 after 0 ms: Couldn't connect to server).
To achieve this, I had to create two configuration files :
Is this a docs issue?
Type of issue
I can't find what I'm looking for
Description
I have a service running on my host (
python -m http.server 8111
), I can't reach it from a container using host.docker.internal (curl http://host.docker.internal:8111 -> curl: (7) Failed to connect to host.docker.internal port 8111 after 0 ms: Couldn't connect to server
).To achieve this, I had to create two configuration files :
Location
https://docs.docker.com/engine/security/rootless/
Suggestion
It would be great if the problem and the solution appeared directly on the rootless page.
The text was updated successfully, but these errors were encountered: