Hi,<div><br></div><div>We're trying to find the ports that a container is currently listening on. This information is available from /proc/net/tcp and /proc/net/udp. However, as far as I can tell, the host cannot view a container's /proc mount due to namespacing. We would prefer to view those files from the host, rather than connecting to the container's tty, and viewing it from within the container.</div>

<div><br></div><div>As an aside, we do not want to use port scanning.</div><div><br></div><div>Best,</div><div>Ken</div>