Hi,
I try to run a container with podman as a normal user.
It runs, but ping doesn't work:
$ podman run --net=host -it docker.io/library/debian ping 192.168.0.1
ping: socket: Operation not permitted
When I ommit the --net=host options, the is no error message, but still not
working:
$ podman run -it docker.io/library/debian ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
hangs.
What should I do to get this working? I need network access to this containter
from outside and for sure ping should work from the inside.
Anything I missed?
Thanks a lot for your help!
Michael
Show replies by date