Skip to content

Instantly share code, notes, and snippets.

@Enome
Created December 6, 2013 15:56
Show Gist options
  • Save Enome/746f1bf1cbb2d15f9733 to your computer and use it in GitHub Desktop.
Save Enome/746f1bf1cbb2d15f9733 to your computer and use it in GitHub Desktop.
[{
"ID": "320be6b6f1f72f0e81a23a196e332449086daa2306b40240291802c23342d37c",
"Created": "2013-12-06T15:55:01.19272234Z",
"Path": "/bin/sh",
"Args": [
"-c",
"./start"
],
"Config": {
"Hostname": "320be6b6f1f7",
"Domainname": "",
"User": "",
"Memory": 0,
"MemorySwap": 0,
"CpuShares": 0,
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"PortSpecs": null,
"ExposedPorts": {
"5432/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"HOME=/",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": [],
"Dns": null,
"Image": "image-postgresql",
"Volumes": {
"/tmp/data": {}
},
"VolumesFrom": "",
"WorkingDir": "",
"Entrypoint": [
"/bin/sh",
"-c",
"./start"
],
"NetworkDisabled": false
},
"State": {
"Running": true,
"Pid": 12924,
"ExitCode": 0,
"StartedAt": "2013-12-06T15:55:01.211981442Z",
"FinishedAt": "0001-01-01T00:00:00Z",
"Ghost": false
},
"Image": "433b0e38ae1679f009065e5b4f808091a7c11f0ee0e8f4c411c3e4775a8b8ff2",
"NetworkSettings": {
"IPAddress": "172.17.0.25",
"IPPrefixLen": 16,
"Gateway": "172.17.42.1",
"Bridge": "docker0",
"PortMapping": null,
"Ports": {
"5432/tcp": null
}
},
"SysInitPath": "/usr/bin/docker",
"ResolvConfPath": "/etc/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/320be6b6f1f72f0e81a23a196e332449086daa2306b40240291802c23342d37c/hostname",
"HostsPath": "/var/lib/docker/containers/320be6b6f1f72f0e81a23a196e332449086daa2306b40240291802c23342d37c/hosts",
"Name": "/postgresql",
"Volumes": {
"/tmp/data": "/var/lib/docker/volumes/7449bcdcfbaa95a8f5061ed87514e572386a4282a7081822a48521d4d4d687ce/layer"
},
"VolumesRW": {
"/tmp/data": true
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment