Run this to get the ip address of your docker container
(if the container is not running on it's own network, use the container that has the network)
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container_name_or_id
Run this to get the ip address of your docker container
(if the container is not running on it's own network, use the container that has the network)
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container_name_or_id