Skip to content

Instantly share code, notes, and snippets.

@Soulou
Created November 9, 2013 00:12
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 Soulou/7379686 to your computer and use it in GitHub Desktop.
Save Soulou/7379686 to your computer and use it in GitHub Desktop.
// # docker inspect 780cb5846872
[{
"ID": "780cb58468724809b994dcd862c62fa7a329424072ef9082a4e5a4bbdf6836d7",
"Created": "2013-11-09T00:58:43.833851609+01:00",
"Path": "/start",
"Args": [
"web",
"bundle",
"exec",
"puma",
"-p",
"$PORT"
],
"Config": {
"Hostname": "780cb5846872",
"Domainname": "",
"User": "",
"Memory": 0,
"MemorySwap": 0,
"CpuShares": 0,
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"PortSpecs": [
"50009:50009"
],
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"RAILS_ENV=staging",
"RACK_ENV=staging",
"PORT=50009"
],
"Cmd": [
"/start",
"web",
"bundle",
"exec",
"puma",
"-p",
"$PORT"
],
"Dns": null,
"Image": "my-docker-test",
"Volumes": null,
"VolumesFrom": "",
"WorkingDir": "",
"Entrypoint": null,
"NetworkDisabled": false,
"Privileged": false
},
"State": {
"Running": false,
"Pid": 0,
"ExitCode": 137,
"StartedAt": "2013-11-09T01:01:00.055952083+01:00",
"FinishedAt": "2013-11-09T01:04:10.21625705+01:00",
"Ghost": false
},
"Image": "4d85f208a4059c2c0489a04094cf2197ddc16ac3f9fea1dbcb059242fa022f53",
"NetworkSettings": {
"IPAddress": "",
"IPPrefixLen": 0,
"Gateway": "",
"Bridge": "",
"PortMapping": null
},
"SysInitPath": "/usr/bin/docker",
"ResolvConfPath": "/var/lib/docker/containers/780cb58468724809b994dcd862c62fa7a329424072ef9082a4e5a4bbdf6836d7/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/780cb58468724809b994dcd862c62fa7a329424072ef9082a4e5a4bbdf6836d7/hostname",
"HostsPath": "/var/lib/docker/containers/780cb58468724809b994dcd862c62fa7a329424072ef9082a4e5a4bbdf6836d7/hosts",
"Volumes": {},
"VolumesRW": {}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment