Labels info ommitted while inspecting self-defined network

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
Upstream-commit: d5fcf57acbc9b77f0b38221d2eb0079be7169904
Component: engine
This commit is contained in:
lixiaobing10051267
2016-09-08 17:27:33 +08:00
parent 33561ab95c
commit 8a3467d6a3
4 changed files with 26 additions and 13 deletions
@@ -80,7 +80,8 @@ $ sudo docker network inspect bridge
"com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
"com.docker.network.bridge.name": "docker0",
"com.docker.network.driver.mtu": "1500"
}
},
"Labels": {}
}
]
```
@@ -107,7 +108,8 @@ $ docker network inspect simple-network
]
},
"Containers": {},
"Options": {}
"Options": {},
"Labels": {}
}
]
```
@@ -141,7 +141,8 @@ $ docker network inspect bridge
"com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
"com.docker.network.bridge.name": "docker0",
"com.docker.network.driver.mtu": "9001"
}
},
"Labels": {}
}
]
```
@@ -188,7 +189,8 @@ If you inspect the network, you'll find that it has nothing in it.
]
},
"Containers": {},
"Options": {}
"Options": {},
"Labels": {}
}
]
@@ -125,7 +125,8 @@ $ docker network inspect bridge
"com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
"com.docker.network.bridge.name": "docker0",
"com.docker.network.driver.mtu": "9001"
}
},
"Labels": {}
}
]
```
@@ -183,7 +184,8 @@ $ docker network inspect bridge
"com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
"com.docker.network.bridge.name": "docker0",
"com.docker.network.driver.mtu": "9001"
}
},
"Labels": {}
}
]
```
@@ -336,7 +338,8 @@ $ docker network inspect isolated_nw
]
},
"Containers": {},
"Options": {}
"Options": {},
"Labels": {}
}
]
@@ -378,7 +381,8 @@ $ docker network inspect isolated_nw
"IPv6Address": ""
}
},
"Options": {}
"Options": {},
"Labels": {}
}
]
```
@@ -62,7 +62,8 @@ $ docker network inspect simple-network
]
},
"Containers": {},
"Options": {}
"Options": {},
"Labels": {}
}
]
```
@@ -160,7 +161,8 @@ $ docker network inspect my-network
"Containers": {},
"Options": {
"com.docker.network.bridge.host_binding_ipv4": "172.23.0.1"
}
},
"Labels": {}
}
]
@@ -236,7 +238,8 @@ $ docker network inspect isolated_nw
"IPv6Address": ""
}
},
"Options": {}
"Options": {},
"Labels": {}
}
]
```
@@ -797,7 +800,8 @@ $ docker network inspect isolated_nw
"IPv6Address": ""
}
},
"Options": {}
"Options": {},
"Labels": {}
}
]
```
@@ -900,7 +904,8 @@ docker network inspect isolated_nw
]
},
"Containers": {},
"Options": {}
"Options": {},
"Labels": {}
}
]