

4·
2 days agoUse ss -tlpn
or podman ps
to show what ports podman is listening on, my guess is it is only listening on localhost.
Use ss -tlpn
or podman ps
to show what ports podman is listening on, my guess is it is only listening on localhost.
Too inefficient, I’m just going to pump it all out and start again with fresh blood.
I just follow the software release pages with RSS.
Disable the firewall if you can to check if that’s the issue, then do a tcpdump using root with the port. Do tcpdump inside the container too and compare what you see to the docker environment.
Is caddy-caddy really the correct image?
Try with this command, it’s the minimal setup that works by default (on my machine):
podman run -p 0.0.0.0:5050:80 docker.io/library/caddy:latest