Created
May 2, 2014 10:56
-
-
Save bradleyg/a6e668f8753067a80ae5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker inspect thesweetshoptv_db_1 | |
[{ | |
"ID": "361405204c70e5351774d66ddbc4f9bdd8622eedfd3f035385c704b439b25611", | |
"Created": "2014-05-02T10:53:22.081521701Z", | |
"Path": "/usr/local/bin/run", | |
"Args": [], | |
"Config": { | |
"Hostname": "361405204c70", | |
"Domainname": "", | |
"User": "", | |
"Memory": 0, | |
"MemorySwap": 0, | |
"CpuShares": 0, | |
"AttachStdin": false, | |
"AttachStdout": true, | |
"AttachStderr": true, | |
"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": [ | |
"/usr/local/bin/run" | |
], | |
"Image": "orchardup/postgresql", | |
"Volumes": { | |
"/var/lib/postgresql": {} | |
}, | |
"WorkingDir": "", | |
"Entrypoint": null, | |
"NetworkDisabled": false, | |
"OnBuild": null | |
}, | |
"State": { | |
"Running": true, | |
"Pid": 18563, | |
"ExitCode": 0, | |
"StartedAt": "2014-05-02T10:53:22.98847941Z", | |
"FinishedAt": "0001-01-01T00:00:00Z", | |
"Ghost": false | |
}, | |
"Image": "d331b4e91c4c06cd2f00774dc0f488b3e35fdfda8dd0560eda044cc72ea381b9", | |
"NetworkSettings": { | |
"IPAddress": "172.17.0.2", | |
"IPPrefixLen": 16, | |
"Gateway": "172.17.42.1", | |
"Bridge": "docker0", | |
"PortMapping": null, | |
"Ports": { | |
"5432/tcp": null | |
} | |
}, | |
"ResolvConfPath": "/etc/resolv.conf", | |
"HostnamePath": "/var/lib/docker/containers/361405204c70e5351774d66ddbc4f9bdd8622eedfd3f035385c704b439b25611/hostname", | |
"HostsPath": "/var/lib/docker/containers/361405204c70e5351774d66ddbc4f9bdd8622eedfd3f035385c704b439b25611/hosts", | |
"Name": "/thesweetshoptv_db_1", | |
"Driver": "aufs", | |
"ExecDriver": "native-0.1", | |
"Volumes": { | |
"/var/lib/postgresql": "/var/lib/docker/vfs/dir/b9af195f4a6fe68b2b4b7b46ec69b4dee167c0df7e4e0d67b1ebb99b0b72b9d5" | |
}, | |
"VolumesRW": { | |
"/var/lib/postgresql": true | |
}, | |
"HostConfig": { | |
"Binds": null, | |
"ContainerIDFile": "", | |
"LxcConf": null, | |
"Privileged": false, | |
"PortBindings": null, | |
"Links": null, | |
"PublishAllPorts": false, | |
"Dns": null, | |
"DnsSearch": null, | |
"VolumesFrom": null | |
} | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment