[
{
"Command": "string",
"Created": 0,
"HostConfig": {
"NetworkMode": "string"
},
"Id": "string",
"Image": "string",
"ImageID": "string",
"Labels": {
"property1": "string",
"property2": "string"
},
"Mounts": [
{
"BindOptions": {
"Propagation": "private"
},
"Consistency": "string",
"ReadOnly": true,
"Source": "string",
"Target": "string",
"TmpfsOptions": {
"Mode": 0,
"SizeBytes": 0
},
"Type": "bind",
"VolumeOptions": {
"DriverConfig": {
"Name": "string",
"Options": {
"property1": "string",
"property2": "string"
}
},
"Labels": {
"property1": "string",
"property2": "string"
},
"NoCopy": false
}
}
],
"Names": [
"string"
],
"NetworkSettings": {
"Networks": {
"property1": {
"Aliases": [
"server_x",
"server_y"
],
"DriverOpts": {
"com.example.some-label": "some-value",
"com.example.some-other-label": "some-other-value"
},
"EndpointID": "b88f5b905aabf2893f3cbc4ee42d1ea7980bbc0a92e2c8922b1e1795298afb0b",
"Gateway": "172.17.0.1",
"GlobalIPv6Address": "2001:db8::5689",
"GlobalIPv6PrefixLen": 64,
"IPAMConfig": {
"IPv4Address": "172.20.30.33",
"IPv6Address": "2001:db8:abcd::3033",
"LinkLocalIPs": [
"169.254.34.68",
"fe80::3468"
]
},
"IPAddress": "172.17.0.4",
"IPPrefixLen": 16,
"IPv6Gateway": "2001:db8:2::100",
"Links": [
"container_1",
"container_2"
],
"MacAddress": "02:42:ac:11:00:04",
"NetworkID": "08754567f1f40222263eab4102e1c733ae697e8e354aa9cd6e18d7402835292a"
},
"property2": {
"Aliases": [
"server_x",
"server_y"
],
"DriverOpts": {
"com.example.some-label": "some-value",
"com.example.some-other-label": "some-other-value"
},
"EndpointID": "b88f5b905aabf2893f3cbc4ee42d1ea7980bbc0a92e2c8922b1e1795298afb0b",
"Gateway": "172.17.0.1",
"GlobalIPv6Address": "2001:db8::5689",
"GlobalIPv6PrefixLen": 64,
"IPAMConfig": {
"IPv4Address": "172.20.30.33",
"IPv6Address": "2001:db8:abcd::3033",
"LinkLocalIPs": [
"169.254.34.68",
"fe80::3468"
]
},
"IPAddress": "172.17.0.4",
"IPPrefixLen": 16,
"IPv6Gateway": "2001:db8:2::100",
"Links": [
"container_1",
"container_2"
],
"MacAddress": "02:42:ac:11:00:04",
"NetworkID": "08754567f1f40222263eab4102e1c733ae697e8e354aa9cd6e18d7402835292a"
}
}
},
"Ports": [
{
"PrivatePort": 8080,
"PublicPort": 80,
"Type": "tcp"
}
],
"SizeRootFs": 0,
"SizeRw": 0,
"State": "string",
"Status": "string"
}
]