Hi guys,
I am seeing a behavior:
When I run a container without root, I can reach the exposed ports from outside the host
machine. But, when I run the same container using root access, I can't reach the port
from outside.Is this an expected behavior. If yes, please help me how can I access the
ports outside host while running using root access:
I am using following command:
podman run -dit -p=8000:8000 --privileged --name coa apache:latest
Kind Regards,
Navdeep
Show replies by date