Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daniel-butler/f1f4a7bb76b646bdf81fb764931446da to your computer and use it in GitHub Desktop.
Save daniel-butler/f1f4a7bb76b646bdf81fb764931446da to your computer and use it in GitHub Desktop.
Docker Containers on the same Network
[
{
"Name": "electronic-payments_default",
"Id": "dd358780cae76075ecea7fa5841d7f56c40fbc45c9b5cca7e9ebfeebd5a09ab6",
"Created": "2020-02-13T13:29:38.414414345Z",
"Scope": "local",
"Driver": "bridge",
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": [
{
"Subnet": "172.23.0.0/16",
"Gateway": "172.23.0.1"
}
]
},
"Internal": false,
"Attachable": true,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Containers": {
"1f4b5cca00f7aadd336136ba5b9de9a00aa61c093ac4c5fdc6cb96bbaf3973ec": {
"Name": "electronic-payments_selenium-chrome_1",
"EndpointID": "84963e8db9e574c143bf3fb0b8eb1452b1c20d1becc609dc4dea7375cff11c32",
"MacAddress": "02:42:ac:17:00:05",
"IPv4Address": "172.23.0.5/16",
"IPv6Address": ""
},
"32666edab844f474c8e37fa212505ba274128ef414ea0d2fc585f4337e24e03d": {
"Name": "electronic-payments_selenium-hub_1",
"EndpointID": "53083478bd2ef61e1621b3250b43b7eb0a20a717a570710879a8f6904652e962",
"MacAddress": "02:42:ac:17:00:02",
"IPv4Address": "172.23.0.2/16",
"IPv6Address": ""
},
"45ffb764b73b8b85cf7309911c4df037199f5386ebb731dba493aaa84b8e6010": {
"Name": "electronic-payments_mailhog_1",
"EndpointID": "78e718dceb1f0781387a868890806fe1e8efde2543c10b3f82112438b0c86b73",
"MacAddress": "02:42:ac:17:00:03",
"IPv4Address": "172.23.0.3/16",
"IPv6Address": ""
},
"61a4cc83bd54d8c83e371a901da09c2f0b72b3e9652ffa11696676230cf516dc": {
"Name": "electronic-payments_mssql_1",
"EndpointID": "6725b48ca8a0d159ae2a0c2a5eef6e64e06d8d7bace2d235cbbf959867527673",
"MacAddress": "02:42:ac:17:00:04",
"IPv4Address": "172.23.0.4/16",
"IPv6Address": ""
},
"ab89f0cb08f024a8ad4b7a27c9522bbb19c049ab24122c3b08cf6c9a5f1b98f5": {
"Name": "electronic-payments_app_1",
"EndpointID": "e4b2ceeba426ac920273ed84549e362dfe611eb45b145f88490a67855b9d36f0",
"MacAddress": "02:42:ac:17:00:06",
"IPv4Address": "172.23.0.6/16",
"IPv6Address": ""
}
},
"Options": {},
"Labels": {
"com.docker.compose.network": "default",
"com.docker.compose.project": "electronic-payments",
"com.docker.compose.version": "1.25.4"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment