docker inspect runtimes
[
{
"Name": "runtimes",
"Id": "faacfed62139eb2e5f24e3c0fa58736fd9dbda8bf127b459b1a58c3d2e46fb3b",
"Created": "2023-09-06T06:57:13.006270185Z",
"Scope": "local",
"Driver": "bridge",
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": [
{
"Subnet": "192.168.112.0/20",
"Gateway": "192.168.112.1"
}
]
},
"Internal": false,
"Attachable": false,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Containers": {
"6ee8f53e91aa71f10e072b56eeced55370ae5258999b1594506bae51fd00c89b": {
"Name": "openruntimes-executor",
"EndpointID": "986fe3665b6fdfec87ba7ed953ddbc0b3ea1dec4f3e79e1b0a457763ae8eaae7",
"MacAddress": "02:42:c0:a8:70:02",
"IPv4Address": "192.168.112.2/20",
"IPv6Address": ""
},
"dc7970c75545078eef2b7da7b41903460879dbbdf637ef954825b0109db112d9": {
"Name": "64f794266762c5bba5bd-64f81fd3c7f532b2fdce",
"EndpointID": "735512bdd89872ea6caf9d9a68dd33d7744beea5ac7fe6d56f03c6184e180a2a",
"MacAddress": "02:42:c0:a8:70:03",
"IPv4Address": "192.168.112.3/20",
"IPv6Address": ""
}
},
"Options": {},
"Labels": {
"com.docker.compose.network": "runtimes",
"com.docker.compose.project": "app-13",
"com.docker.compose.version": "2.20.2"
}
}
]