Difference between revisions of "Docker network inspect"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
         "Created": "2019-06-16T14:39:40.264239902+04:00",
 
         "Created": "2019-06-16T14:39:40.264239902+04:00",
 
         "Scope": "local",
 
         "Scope": "local",
         "Driver": "bridge",
+
         '''"Driver": "bridge",'''
 
         "EnableIPv6": false,
 
         "EnableIPv6": false,
 
         "IPAM": {
 
         "IPAM": {

Revision as of 13:32, 17 August 2020

This article is a Draft. Help us to complete it.


docker network inspect YOUR_DOCKER_NETWORK
[
   {
       "Name": "YOUR_DOCKER_NETWORK",
       "Id": "ttfe458eb9a249fcae91561aa48891310d9a61f1b6936edd1dc55fb981cbd65g",
       "Created": "2019-06-16T14:39:40.264239902+04:00",
       "Scope": "local",
       "Driver": "bridge",
       "EnableIPv6": false,
       "IPAM": {
           "Driver": "default",
           "Options": null,
           "Config": [
               {
                   "Subnet": "172.19.0.0/16",
                   "Gateway": "172.19.0.1"
               }
           ]
       },
       "Internal": false,
       "Attachable": true,
       "Ingress": false,
       "ConfigFrom": {
           "Network": ""
       },
       "ConfigOnly": false,
       "Containers": {
.../...


Related terms

See also

Advertising: