Created
October 8, 2015 11:04
-
-
Save tomwilkie/178c6c129888a3759269 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
| vagrant@ubuntu-14:~/src/github.com/weaveworks/service/terraform$ docker inspect users1 | |
| [ | |
| { | |
| "Id": "2f822cbaaa1de2f1ab913a3132a84ef4d4a4f2d856aa7b4163ae8dbd7b212088", | |
| "Created": "2015-10-08T11:01:25.143413421Z", | |
| "Path": "/w/w", | |
| "Args": [ | |
| "/users", | |
| "-session-secret", | |
| "3919365780a79e0658fde4d03e6945a080031ec077b88975898f698c0d298395", | |
| "-email-uri", | |
| "smtp://smtp.weave.local:587", | |
| "-database-uri", | |
| "postgres://[email protected]/weave_development?sslmode=disable" | |
| ], | |
| "State": { | |
| "Running": true, | |
| "Paused": false, | |
| "Restarting": false, | |
| "OOMKilled": false, | |
| "Dead": false, | |
| "Pid": 31516, | |
| "ExitCode": 0, | |
| "Error": "", | |
| "StartedAt": "2015-10-08T11:01:25.635872651Z", | |
| "FinishedAt": "0001-01-01T00:00:00Z" | |
| }, | |
| "Image": "51425501f6e0a9cf2dd315f0b44389ce4100e043d4b4be8425321fc5a5fc07b6", | |
| "NetworkSettings": { | |
| "Bridge": "", | |
| "EndpointID": "2f35e8dbe4c2ba11488d9460e9e465c4ff61fdf51c3b0cf78c2e53c7d1b5fa8d", | |
| "Gateway": "172.17.42.1", | |
| "GlobalIPv6Address": "", | |
| "GlobalIPv6PrefixLen": 0, | |
| "HairpinMode": false, | |
| "IPAddress": "172.17.0.164", | |
| "IPPrefixLen": 16, | |
| "IPv6Gateway": "", | |
| "LinkLocalIPv6Address": "", | |
| "LinkLocalIPv6PrefixLen": 0, | |
| "MacAddress": "02:42:ac:11:00:a4", | |
| "NetworkID": "8a850e0d46dc55fbbcaa7f1e9b75a25542fb76388713e6bb532a4cff788a638e", | |
| "PortMapping": null, | |
| "Ports": { | |
| "80/tcp": null | |
| }, | |
| "SandboxKey": "/var/run/docker/netns/2f822cbaaa1d", | |
| "SecondaryIPAddresses": null, | |
| "SecondaryIPv6Addresses": null | |
| }, | |
| "ResolvConfPath": "/var/lib/docker/containers/2f822cbaaa1de2f1ab913a3132a84ef4d4a4f2d856aa7b4163ae8dbd7b212088/resolv.conf", | |
| "HostnamePath": "/var/lib/docker/containers/2f822cbaaa1de2f1ab913a3132a84ef4d4a4f2d856aa7b4163ae8dbd7b212088/hostname", | |
| "HostsPath": "/var/lib/docker/containers/2f822cbaaa1de2f1ab913a3132a84ef4d4a4f2d856aa7b4163ae8dbd7b212088/hosts", | |
| "LogPath": "/var/lib/docker/containers/2f822cbaaa1de2f1ab913a3132a84ef4d4a4f2d856aa7b4163ae8dbd7b212088/2f822cbaaa1de2f1ab913a3132a84ef4d4a4f2d856aa7b4163ae8dbd7b212088-json.log", | |
| "Name": "/users1", | |
| "RestartCount": 0, | |
| "Driver": "aufs", | |
| "ExecDriver": "native-0.2", | |
| "MountLabel": "", | |
| "ProcessLabel": "", | |
| "AppArmorProfile": "", | |
| "ExecIDs": null, | |
| "HostConfig": { | |
| "Binds": null, | |
| "ContainerIDFile": "", | |
| "LxcConf": null, | |
| "Memory": 0, | |
| "MemorySwap": 0, | |
| "CpuShares": 0, | |
| "CpuPeriod": 0, | |
| "CpusetCpus": "", | |
| "CpusetMems": "", | |
| "CpuQuota": 0, | |
| "BlkioWeight": 0, | |
| "OomKillDisable": false, | |
| "MemorySwappiness": null, | |
| "Privileged": false, | |
| "PortBindings": null, | |
| "Links": null, | |
| "PublishAllPorts": false, | |
| "Dns": null, | |
| "DnsSearch": null, | |
| "ExtraHosts": null, | |
| "VolumesFrom": null, | |
| "Devices": null, | |
| "NetworkMode": "default", | |
| "IpcMode": "", | |
| "PidMode": "", | |
| "UTSMode": "", | |
| "CapAdd": null, | |
| "CapDrop": null, | |
| "GroupAdd": null, | |
| "RestartPolicy": { | |
| "Name": "", | |
| "MaximumRetryCount": 0 | |
| }, | |
| "SecurityOpt": null, | |
| "ReadonlyRootfs": false, | |
| "Ulimits": null, | |
| "LogConfig": { | |
| "Type": "json-file", | |
| "Config": {} | |
| }, | |
| "CgroupParent": "", | |
| "ConsoleSize": [ | |
| 0, | |
| 0 | |
| ] | |
| }, | |
| "GraphDriver": { | |
| "Name": "aufs", | |
| "Data": null | |
| }, | |
| "Mounts": [ | |
| { | |
| "Source": "/var/lib/docker/volumes/0305d9e3ba53d26f79445a502b338ebcebd1f601bc878053ee0f148c81625837/_data", | |
| "Destination": "/w", | |
| "Mode": "ro", | |
| "RW": false | |
| } | |
| ], | |
| "Config": { | |
| "Hostname": "users", | |
| "Domainname": "weave.local.", | |
| "User": "", | |
| "AttachStdin": false, | |
| "AttachStdout": false, | |
| "AttachStderr": false, | |
| "ExposedPorts": { | |
| "80/tcp": {} | |
| }, | |
| "PublishService": "", | |
| "Tty": false, | |
| "OpenStdin": false, | |
| "StdinOnce": false, | |
| "Env": [ | |
| "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" | |
| ], | |
| "Cmd": [ | |
| "-session-secret", | |
| "3919365780a79e0658fde4d03e6945a080031ec077b88975898f698c0d298395", | |
| "-email-uri", | |
| "smtp://smtp.weave.local:587", | |
| "-database-uri", | |
| "postgres://[email protected]/weave_development?sslmode=disable" | |
| ], | |
| "Image": "51425501f6e0a9cf2dd315f0b44389ce4100e043d4b4be8425321fc5a5fc07b6", | |
| "Volumes": null, | |
| "VolumeDriver": "", | |
| "WorkingDir": "/", | |
| "Entrypoint": [ | |
| "/w/w", | |
| "/users" | |
| ], | |
| "NetworkDisabled": false, | |
| "MacAddress": "", | |
| "OnBuild": null, | |
| "Labels": null | |
| } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment