Linux
If you run docker inspect <container id>
You will get the IP address of the container. You can then use this to bind to the port from the host.
Linux
If you run docker inspect <container id>
You will get the IP address of the container. You can then use this to bind to the port from the host.