From 0a316477802466c50a66d165f3f9c2e4c827675e Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Fri, 13 Nov 2015 10:28:51 -0800 Subject: [PATCH] Fixing issue noted by user Signed-off-by: Mary Anthony --- docs/userguide/networkingcontainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/networkingcontainers.md b/docs/userguide/networkingcontainers.md index 3a44e3b1d0..e332a5bc69 100644 --- a/docs/userguide/networkingcontainers.md +++ b/docs/userguide/networkingcontainers.md @@ -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: