Labels info ommitted while inspecting self-defined network

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
lixiaobing10051267 2016-09-08 17:27:33 +08:00 committed by Tibor Vass
parent 088cfc36de
commit a179b5f518
1 changed files with 4 additions and 2 deletions

View File

@ -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": {}
}
]
```