浏览代码

Update work-with-networks.md

The value of the Subnet and Gateway properties didn't match the command-line argument.

Signed-off-by: David M. Karr <davidmichaelkarr@gmail.com>
David M. Karr (fullname at gmail.com) 9 年之前
父节点
当前提交
a54c3fbb8a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/userguide/networking/work-with-networks.md

+ 2 - 2
docs/userguide/networking/work-with-networks.md

@@ -208,8 +208,8 @@ $ docker network inspect isolated_nw
             "Driver": "default",
             "Driver": "default",
             "Config": [
             "Config": [
                 {
                 {
-                    "Subnet": "172.21.0.0/16",
-                    "Gateway": "172.21.0.1/16"
+                    "Subnet": "172.25.0.0/16",
+                    "Gateway": "172.25.0.1/16"
                 }
                 }
             ]
             ]
         },
         },