mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixing issue noted by user
Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
parent
cccf674943
commit
0a31647780
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ Which network is your `web` application running under? Inspect the application a
|
||||||
|
|
||||||
Then, get the IP address of your `web`
|
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
|
172.17.0.2
|
||||||
|
|
||||||
Now, open a shell to your running `db` container:
|
Now, open a shell to your running `db` container:
|
||||||
|
|
Loading…
Add table
Reference in a new issue