get containers to talk to each other
Container ports We saw in the last blog we were using -p 8080:80. The -p parameter specifies which port to expose through the docker firewall. You can see how the port resolves using docker container port web1 To get the ip address of your container use docker container inspect –format ‘{{ .NetworkSettings.IPAddress }}’ web1 .… Read More »