check all docker host from within container code example
Example 1: docker get container ip
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container_name_or_id
Example 2: docker list containers
# List history of containers
$ docker ps -a