You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - I'm using podman to try and start healthchecks (https://hub.docker.com/r/linuxserver/healthchecks). When started up it appears that the port mapping hasn't been created, and I can't - using netstat see any evidence of listening ports on the host, though if I do a podman ps I can see:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c0536033cf1e docker.io/linuxserver/healthchecks:latest About a minute ago Up About a minute ago 0.0.0.0:11080->8000/tcp hc
After doing this a number of times I then tried looking inside the container itself where I can see:
root@c0536033cf1e:/# netstat -nltp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:11080 0.0.0.0:* LISTEN -
From inside the container I can use wget to get at both URLs.
The text was updated successfully, but these errors were encountered:
Hi - I'm using podman to try and start healthchecks (https://hub.docker.com/r/linuxserver/healthchecks). When started up it appears that the port mapping hasn't been created, and I can't - using netstat see any evidence of listening ports on the host, though if I do a podman ps I can see:
After doing this a number of times I then tried looking inside the container itself where I can see:
From inside the container I can use wget to get at both URLs.
The text was updated successfully, but these errors were encountered: