Get the IP of a running Docker container Posted on 11 November 2016 by kosmas emailFacebookTwitterLinkedinProblem You would like to know the IP for a running Docker container. Solution Run the following two commands (taken from here docker ps docker inspect container_name | grep IPAddress 123 docker ps docker inspect container_name | grep IPAddress