mirror of https://github.com/docker/cli.git
Display `internal` flag on `network inspect`
Also adds internal network tests for bridge network Signed-off-by: Chun Chen <ramichen@tencent.com>
This commit is contained in:
parent
3dd7289df6
commit
355a190423
|
@ -50,6 +50,7 @@ $ sudo docker network inspect bridge
|
|||
}
|
||||
]
|
||||
},
|
||||
"Internal": false,
|
||||
"Containers": {
|
||||
"bda12f8922785d1f160be70736f26c1e331ab8aaf8ed8d56728508f2e2fd4727": {
|
||||
"Name": "container2",
|
||||
|
|
|
@ -45,6 +45,7 @@ $ sudo docker network inspect bridge
|
|||
}
|
||||
]
|
||||
},
|
||||
"Internal": false,
|
||||
"Containers": {
|
||||
"bda12f8922785d1f160be70736f26c1e331ab8aaf8ed8d56728508f2e2fd4727": {
|
||||
"Name": "container2",
|
||||
|
|
Loading…
Reference in New Issue