1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #17973 from moxiegirl/fix-networking-issue

Fixing issue noted by user
This commit is contained in:
David Calavera 2015-11-18 12:49:11 +01:00
commit 0780ad4857

View file

@ -201,7 +201,7 @@ Which network is your `web` application running under? Inspect the application a
Then, get the IP address of your `web`
$ docker inspect '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' web
$ docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' web
172.17.0.2
Now, open a shell to your running `db` container: