Browse code

the network id is not consistant with the real id created

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
(cherry picked from commit 392aae44fd8ea5755305104e1c2a1c85f39d4a07)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

lixiaobing10051267 authored on 2016/09/23 18:37:45
Showing 1 changed files
... ...
@@ -65,7 +65,7 @@ $ docker network ls
65 65
 NETWORK ID          NAME        DRIVER   SCOPE
66 66
 f9145f09b38b        bridge      bridge   local
67 67
 ..snip..
68
-bd0befxwiva4        my-network  overlay  swarm
68
+273d53261bcd        my-network  overlay  swarm
69 69
 ```
70 70
 
71 71
 The `swarm` scope indicates that the network is available for use with services
... ...
@@ -123,7 +123,7 @@ $ docker network inspect my-network
123 123
 [
124 124
     {
125 125
         "Name": "my-network",
126
-        "Id": "7m2rjx0a97n88wzr4nu8772r3",
126
+        "Id": "273d53261bcdfda5f198587974dae3827e947ccd7e74a41bf1f482ad17fa0d33",
127 127
         "Scope": "swarm",
128 128
         "Driver": "overlay",
129 129
         "EnableIPv6": false,