From fb4ff10d9d43ecece4c8cc27997e5409cdd56abf Mon Sep 17 00:00:00 2001 From: tiilikainen Date: Fri, 7 Apr 2017 16:11:11 -0400 Subject: [PATCH] Update work-with-networks.md (#2680) Corrected a small formatting error. --- engine/userguide/networking/work-with-networks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/userguide/networking/work-with-networks.md b/engine/userguide/networking/work-with-networks.md index 1f12f2f2b4..1f0b494acc 100644 --- a/engine/userguide/networking/work-with-networks.md +++ b/engine/userguide/networking/work-with-networks.md @@ -596,7 +596,7 @@ are not on the same network. The following example illustrates these points. -1. Create another network named `local_alias` +1. Create another network named `local_alias`: ```bash $ docker network create -d bridge --subnet 172.26.0.0/24 local_alias @@ -648,7 +648,7 @@ The following example illustrates these points. 4. Disconnect `container5` from the `isolated_nw` network. Attach to `container4` and try pinging `c5` and `foo`. - ``` + ```bash $ docker network disconnect isolated_nw container5 $ docker attach container4