Browse code

Labels info ommitted while inspecting self-defined network

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>

lixiaobing10051267 authored on 2016/09/08 18:27:33
Showing 4 changed files
... ...
@@ -80,7 +80,8 @@ $ sudo docker network inspect bridge
80 80
             "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
81 81
             "com.docker.network.bridge.name": "docker0",
82 82
             "com.docker.network.driver.mtu": "1500"
83
-        }
83
+        },
84
+        "Labels": {}
84 85
     }
85 86
 ]
86 87
 ```
... ...
@@ -107,7 +108,8 @@ $ docker network inspect simple-network
107 107
             ]
108 108
         },
109 109
         "Containers": {},
110
-        "Options": {}
110
+        "Options": {},
111
+        "Labels": {}
111 112
     }
112 113
 ]
113 114
 ```
... ...
@@ -141,7 +141,8 @@ $ docker network inspect bridge
141 141
             "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
142 142
             "com.docker.network.bridge.name": "docker0",
143 143
             "com.docker.network.driver.mtu": "9001"
144
-        }
144
+        },
145
+        "Labels": {}
145 146
     }
146 147
 ]
147 148
 ```
... ...
@@ -188,7 +189,8 @@ If you inspect the network, you'll find that it has nothing in it.
188 188
                 ]
189 189
             },
190 190
             "Containers": {},
191
-            "Options": {}
191
+            "Options": {},
192
+            "Labels": {}
192 193
         }
193 194
     ]
194 195
 
... ...
@@ -125,7 +125,8 @@ $ docker network inspect bridge
125 125
            "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
126 126
            "com.docker.network.bridge.name": "docker0",
127 127
            "com.docker.network.driver.mtu": "9001"
128
-       }
128
+       },
129
+       "Labels": {}
129 130
    }
130 131
 ]
131 132
 ```
... ...
@@ -183,7 +184,8 @@ $ docker network inspect bridge
183 183
             "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
184 184
             "com.docker.network.bridge.name": "docker0",
185 185
             "com.docker.network.driver.mtu": "9001"
186
-        }
186
+        },
187
+        "Labels": {}
187 188
     }
188 189
 ]
189 190
 ```
... ...
@@ -336,7 +338,8 @@ $ docker network inspect isolated_nw
336 336
             ]
337 337
         },
338 338
         "Containers": {},
339
-        "Options": {}
339
+        "Options": {},
340
+        "Labels": {}
340 341
     }
341 342
 ]
342 343
 
... ...
@@ -378,7 +381,8 @@ $ docker network inspect isolated_nw
378 378
                 "IPv6Address": ""
379 379
             }
380 380
         },
381
-        "Options": {}
381
+        "Options": {},
382
+        "Labels": {}
382 383
     }
383 384
 ]
384 385
 ```
... ...
@@ -62,7 +62,8 @@ $ docker network inspect simple-network
62 62
             ]
63 63
         },
64 64
         "Containers": {},
65
-        "Options": {}
65
+        "Options": {},
66
+        "Labels": {}
66 67
     }
67 68
 ]
68 69
 ```
... ...
@@ -160,7 +161,8 @@ $ docker network inspect my-network
160 160
         "Containers": {},
161 161
         "Options": {
162 162
             "com.docker.network.bridge.host_binding_ipv4": "172.23.0.1"
163
-        }
163
+        },
164
+        "Labels": {}
164 165
     }
165 166
 ]
166 167
 
... ...
@@ -236,7 +238,8 @@ $ docker network inspect isolated_nw
236 236
                 "IPv6Address": ""
237 237
             }
238 238
         },
239
-        "Options": {}
239
+        "Options": {},
240
+        "Labels": {}
240 241
     }
241 242
 ]
242 243
 ```
... ...
@@ -797,7 +800,8 @@ $ docker network inspect isolated_nw
797 797
                 "IPv6Address": ""
798 798
             }
799 799
         },
800
-        "Options": {}
800
+        "Options": {},
801
+        "Labels": {}
801 802
     }
802 803
 ]
803 804
 ```
... ...
@@ -900,7 +904,8 @@ docker network inspect isolated_nw
900 900
             ]
901 901
         },
902 902
         "Containers": {},
903
-        "Options": {}
903
+        "Options": {},
904
+        "Labels": {}
904 905
     }
905 906
 ]
906 907