Created
August 9, 2017 15:51
-
-
Save sundbp/18335ed830eb00d9f4a1e2733976091b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@scw-par1-swarm2:~# docker network inspect services | |
| [ | |
| { | |
| "Name": "services", | |
| "Id": "y0cyimsfsg6ueea1rxh6h66x7", | |
| "Created": "2017-08-09T14:38:36.177281823Z", | |
| "Scope": "swarm", | |
| "Driver": "overlay", | |
| "EnableIPv6": false, | |
| "IPAM": { | |
| "Driver": "default", | |
| "Options": null, | |
| "Config": [ | |
| { | |
| "Subnet": "10.0.0.0/24", | |
| "Gateway": "10.0.0.1" | |
| } | |
| ] | |
| }, | |
| "Internal": false, | |
| "Attachable": false, | |
| "Ingress": false, | |
| "ConfigFrom": { | |
| "Network": "" | |
| }, | |
| "ConfigOnly": false, | |
| "Containers": { | |
| "af23a69e515baf7cdbc64e39dacc1a4c58a2fd7e6ec9050bc849da72156a870f": { | |
| "Name": "bb_bbr.1.zhn983lirjxshbjyvqp5wfgmo", | |
| "EndpointID": "f1175d45c375fe01d21653ca020048d6b3a397e25ea91d7ebcc0782bf62e6d5f", | |
| "MacAddress": "02:42:0a:00:00:0c", | |
| "IPv4Address": "10.0.0.12/24", | |
| "IPv6Address": "" | |
| }, | |
| "d5f7bfc89ebcf6dd474cd2c880e50e33c1db904a151e6a35526ccfbed1797d20": { | |
| "Name": "jenkins_slave.kesznmyi4epg2c43mbv5oryzh.v7p4r38ecir3cs7qxow5dqp8g", | |
| "EndpointID": "8e2024f962163b473ca97086853b0c2bc6b118367965a0a2327429b35420e33f", | |
| "MacAddress": "02:42:0a:00:00:0a", | |
| "IPv4Address": "10.0.0.10/24", | |
| "IPv6Address": "" | |
| } | |
| }, | |
| "Options": { | |
| "com.docker.network.driver.overlay.vxlanid_list": "4097" | |
| }, | |
| "Labels": {}, | |
| "Peers": [ | |
| { | |
| "Name": "scw-par1-swarm1-e666cd9138bf", | |
| "IP": "192.168.24.1" | |
| }, | |
| { | |
| "Name": "scw-par1-swarm2-c17c6a8cdfb8", | |
| "IP": "192.168.24.2" | |
| } | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment