Skip to content

Instantly share code, notes, and snippets.

@nathansamson
Created January 31, 2014 19:58
Show Gist options
  • Save nathansamson/8741764 to your computer and use it in GitHub Desktop.
Save nathansamson/8741764 to your computer and use it in GitHub Desktop.
[{
"ID": "233fe8ada33b5e27fb0d089b044807b7e6766beae69e38c2e81d9eb5d9cf6d63",
"Created": "2014-01-31T19:54:02.599223453Z",
"Path": "/runner/init",
"Args": [
"start",
"web"
],
"Config": {
"Hostname": "233fe8ada33b",
"Domainname": "",
"User": "",
"Memory": 0,
"MemorySwap": 0,
"CpuShares": 0,
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"PortSpecs": null,
"ExposedPorts": {
"10001/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PORT=10001",
"PATH=/app/bin:/app/vendor/nginx/sbin:/app/vendor/php/bin:/app/vendor/php/sbin:/usr/local/bin:/usr/bin:/bin",
"MY_OTHER_VAR=xyz",
"MY_TEST_VARIABLE=myTest",
"HOME=/"
],
"Cmd": [
"start",
"web"
],
"Dns": null,
"Image": "deis/slugrunner",
"Volumes": {
"/app": {}
},
"VolumesFrom": "",
"WorkingDir": "",
"Entrypoint": [
"/runner/init"
],
"NetworkDisabled": false
},
"State": {
"Running": true,
"Pid": 9506,
"ExitCode": 0,
"StartedAt": "2014-01-31T19:54:02.623992527Z",
"FinishedAt": "0001-01-01T00:00:00Z",
"Ghost": false
},
"Image": "86a309b1beb42357534c1f103ad4893999ea82a429dbe98363b6f6341c9eaf4a",
"NetworkSettings": {
"IPAddress": "172.17.0.20",
"IPPrefixLen": 16,
"Gateway": "172.17.42.1",
"Bridge": "docker0",
"PortMapping": null,
"Ports": {
"10001/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "10001"
}
]
}
},
"ResolvConfPath": "/etc/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/233fe8ada33b5e27fb0d089b044807b7e6766beae69e38c2e81d9eb5d9cf6d63/hostname",
"HostsPath": "/var/lib/docker/containers/233fe8ada33b5e27fb0d089b044807b7e6766beae69e38c2e81d9eb5d9cf6d63/hosts",
"Name": "/php2.web.1",
"Driver": "aufs",
"Volumes": {
"/app": "/opt/deis/runtime/slugs/php2-v6"
},
"VolumesRW": {
"/app": true
},
"HostConfig": {
"Binds": [
"/opt/deis/runtime/slugs/php2-v6:/app"
],
"ContainerIDFile": "",
"LxcConf": [],
"Privileged": false,
"PortBindings": {
"10001/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "10001"
}
]
},
"Links": null,
"PublishAllPorts": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment