Podman rootless container in bridge network with port-forwards not working #19991
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.
network
Networking related issue or feature
Issue Description
I try to create a bridged network with
podman network create heureka
Then I try to create a container using this network and defining port mappings:
podman run --network heureka --network-alias heureka -p 10001:10001 <some-image>
I configured the containers.conf to use slirp4netns as netns and netavark as network backend.
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
I receive an error message and the container does not start:
Describe the results you expected
I expect the container to start
podman info output
Podman in a container
Yes
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
containers.conf:
Additional information
/proc and /sys are read-only. I don´t know if I can mount them from kubernetes host into podman pod and if this would help. Rootful podman is unfortunately no option
The text was updated successfully, but these errors were encountered: