[
{
"Id": "c7b9a6e5f8d3",
"Name": "app-network",
"Driver": "bridge",
"Scope": "local",
"Internal": false,
"Attachable": false,
"Ingress": false,
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Config": [
{
"Subnet": "172.18.0.0/16",
"Gateway": "172.18.0.1",
"IPRange": "172.18.5.0/24"
}
],
"Options": {}
},
"Containers": {
"a1b2c3d4e5f6": {
"Name": "web-server",
"IPv4Address": "172.18.5.10/16",
"IPv6Address": "",
"MacAddress": "02:42:ac:12:05:0a"
}
},
"Options": {
"com.docker.network.bridge.name": "br-app",
"com.docker.network.bridge.enable_icc": "true"
},
"Labels": {
"app": "myapp",
"environment": "production"
}
},
{
"Id": "bridge",
"Name": "bridge",
"Driver": "bridge",
"Scope": "local",
"Internal": false,
"Attachable": false,
"Ingress": false,
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Config": [
{
"Subnet": "172.17.0.0/16",
"Gateway": "172.17.0.1"
}
],
"Options": null
},
"Containers": {},
"Options": {},
"Labels": {}
}
]