Labels info ommitted while inspecting self-defined network

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
Upstream-commit: a179b5f518
Component: cli
This commit is contained in:
lixiaobing10051267
2017-06-02 00:10:11 +00:00
committed by Tibor Vass
parent 0821200f3b
commit 87991c341e
@@ -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": {}
}
]
```