rootless containers cannot connect using the local host on the same pod #7087
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind bug
Description
I'm running version 2.0.3 so maybe it's a new thing because the documentation says it should work.
Running on Fedora 32 with rootless containers.
I'm creating two containers in the same pod. They should connect one another using the local host, but it does not work.
Steps to reproduce the issue:
podman run -d --pod=new:test docker.io/library/nginx:latest
podman run --rm -it --pod=test fedora curl http://localhost
Describe the results you received:
curl: (7) Failed to connect to localhost port 80: Connection refused
Describe the results you expected:
The default page from the server
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: