From 04396c69aae5bdc8c896c22d64b25e4e037724ad Mon Sep 17 00:00:00 2001 From: Jeff Anderson Date: Wed, 9 Dec 2015 10:17:39 -0700 Subject: [PATCH] Add the actual command in this example. Signed-off-by: Jeff Anderson Upstream-commit: d8d38f234563a3be0b23cc94df3a9453eacfdee8 Component: engine --- components/engine/docs/userguide/networkingcontainers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/docs/userguide/networkingcontainers.md b/components/engine/docs/userguide/networkingcontainers.md index 5f182b5b75..8cda101045 100644 --- a/components/engine/docs/userguide/networkingcontainers.md +++ b/components/engine/docs/userguide/networkingcontainers.md @@ -92,6 +92,7 @@ The network named `bridge` is a special network. Unless you tell it otherwise, D Inspecting the network is an easy way to find out the container's IP address. ```bash +$ docker network inspect bridge [ { "Name": "bridge",