Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dmpanch/90d7c9bc2d9cb08cc016f7ecbc68725e to your computer and use it in GitHub Desktop.
Save dmpanch/90d7c9bc2d9cb08cc016f7ecbc68725e to your computer and use it in GitHub Desktop.
docker-inspect-syspass-internal
[
{
"Name": "syspass_internal",
"Id": "5edfb0365e3c3b33bc91d912e555a999a4e7af1993fc0e4dbc01aeaeb6a6ba0e",
"Created": "2020-05-07T18:44:26.936385058+02:00",
"Scope": "local",
"Driver": "bridge",
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": [
{
"Subnet": "192.168.128.0/20",
"Gateway": "192.168.128.1"
}
]
},
"Internal": true,
"Attachable": true,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Containers": {
"1858b24fc30c288f8ebf0299ea9aa383a0c5c87b0f2b6cca6d822adfe0e4b5c9": {
"Name": "syspass-db",
"EndpointID": "804efe09a3053a7cdd90a3eafd52d5dc1eecffd66c6b3e5639fb4faf6271399e",
"MacAddress": "02:42:c0:a8:80:02",
"IPv4Address": "192.168.128.2/20",
"IPv6Address": ""
},
"c7dee498e757b10b84fdff27e8f34f821e79b6bc25f5b3cb4ad6683884f323cc": {
"Name": "syspass",
"EndpointID": "39b4fe7ac1f9431e915083e89f887ceaf490181f0c8112857db41be5234415e8",
"MacAddress": "02:42:c0:a8:80:03",
"IPv4Address": "192.168.128.3/20",
"IPv6Address": ""
}
},
"Options": {},
"Labels": {
"com.docker.compose.network": "internal",
"com.docker.compose.project": "syspass",
"com.docker.compose.version": "1.25.5"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment