diff --git a/docs/reference/commandline/network_inspect.md b/docs/reference/commandline/network_inspect.md index 1f35592b5d..9aebc66b5a 100644 --- a/docs/reference/commandline/network_inspect.md +++ b/docs/reference/commandline/network_inspect.md @@ -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": {} } ] ``` diff --git a/docs/tutorials/networkingcontainers.md b/docs/tutorials/networkingcontainers.md index 9a3c4486c4..c4cdf4b2f2 100644 --- a/docs/tutorials/networkingcontainers.md +++ b/docs/tutorials/networkingcontainers.md @@ -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": {} } ] diff --git a/docs/userguide/networking/index.md b/docs/userguide/networking/index.md index 5a63d203b0..c519a2d633 100644 --- a/docs/userguide/networking/index.md +++ b/docs/userguide/networking/index.md @@ -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": {} } ] ``` diff --git a/docs/userguide/networking/work-with-networks.md b/docs/userguide/networking/work-with-networks.md index 737d9c93fe..10b9c25d18 100644 --- a/docs/userguide/networking/work-with-networks.md +++ b/docs/userguide/networking/work-with-networks.md @@ -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": {} } ]