Is there a command I can run to get the container\'s IP address right from the host after a new container is created?
Basically, once Docker creates the container, I
I use this simple way
docker exec -it hostname -i
e.g
ubuntu@myhost:~$ docker exec -it 3d618ac670fe hostname -i 10.0.1.5