Skip to content

Instantly share code, notes, and snippets.

@johnrom
Created June 7, 2016 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnrom/a96f5f2c0bc89539fe63d50e8fa495fb to your computer and use it in GitHub Desktop.
Save johnrom/a96f5f2c0bc89539fe63d50e8fa495fb to your computer and use it in GitHub Desktop.
{
"containers": [
{
"ID": "ae7404935d352d7ae0e36d44c61d7009c60e74549ac5c9403752d0da77ea3d7d",
"Addresses": [
{
"IP": "172.17.0.3",
"IP6LinkLocal": "",
"IP6Global": "",
"Port": "80",
"HostPort": "",
"Proto": "tcp",
"HostIP": ""
}
],
"Networks": [
{
"IP": "172.17.0.3",
"Name": "bridge",
"Gateway": "172.17.0.1",
"EndpointID": "679ed70126e4c018fd34fe6dc188b87a41aa4f450520cef7bd12d59a90be72c3",
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"MacAddress": "02:42:ac:11:00:03",
"GlobalIPv6PrefixLen": 0,
"IPPrefixLen": 16
}
],
"Gateway": "172.17.0.1",
"Name": "dockertest_mysite_1",
"Hostname": "ae7404935d35",
"Image": {
"Registry": "",
"Repository": "httpd",
"Tag": "2.4"
},
"Env": {
"HTTPD_BZ2_URL": "https://www.apache.org/dist/httpd/httpd-2.4.20.tar.bz2",
"HTTPD_PREFIX": "/usr/local/apache2",
"HTTPD_VERSION": "2.4.20",
"HTTPS_METHOD": "noredirect",
"PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/apache2/bin",
"VIRTUAL_HOST": "mysite.local"
},
"Volumes": {},
"Node": {
"ID": "",
"Name": "",
"Address": {
"IP": "",
"IP6LinkLocal": "",
"IP6Global": "",
"Port": "",
"HostPort": "",
"Proto": "",
"HostIP": ""
}
},
"Labels": {
"com.docker.compose.config-hash": "152cb27a369f3375b4d0847db73bd600a100a386e021eac376451261c6208d8f",
"com.docker.compose.container-number": "1",
"com.docker.compose.oneoff": "False",
"com.docker.compose.project": "dockertest",
"com.docker.compose.service": "mysite",
"com.docker.compose.version": "1.6.2"
},
"IP": "172.17.0.3",
"IP6LinkLocal": "",
"IP6Global": "",
"Mounts": null,
"State": {
"Running": true
}
}
],
"eq_redirect": false,
"group_by_https_method": [
"noredirect"
],
"host": "mysite.local",
"https_method": "noredirect",
"is_https": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment