rootless: podman run --net=<CNI> -p <PORT>
is broken on master
#9065
Labels
CNI
Bug with CNI networking for root containers
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.
rootless
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
podman run --net=<CNI> -p <PORT>
with rootless is broken on master, due to regression in #9052Steps to reproduce the issue:
podman network create foo
podman run -d --name nginx --network foo -p 8080:80 nginx:alpine
curl localhost:8080
Describe the results you received:
curl: (56) Recv failure: Connection reset by peer
Describe the results you expected:
...<title>Welcome to nginx!</title>...
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:f02aba6 is broken.
6fd83de works.
regression in #9052
The text was updated successfully, but these errors were encountered: