Created
January 19, 2016 02:39
-
-
Save dhruvio/63cf43b1eb222fa75879 to your computer and use it in GitHub Desktop.
dokku-redis-container-inspect.json
This file contains 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
[ | |
{ | |
"Id": "3a19e0b8fd75356728abd16a7a44b67bebbc98efad1df719d6c8b6204f42df64", | |
"Created": "2016-01-14T07:30:45.986746602Z", | |
"Path": "/entrypoint.sh", | |
"Args": [ | |
"redis-server" | |
], | |
"State": { | |
"Status": "running", | |
"Running": true, | |
"Paused": false, | |
"Restarting": false, | |
"OOMKilled": false, | |
"Dead": false, | |
"Pid": 16874, | |
"ExitCode": 0, | |
"Error": "", | |
"StartedAt": "2016-01-19T02:05:29.63968981Z", | |
"FinishedAt": "2016-01-19T02:05:16.132396151Z" | |
}, | |
"Image": "0643f0c7d17d348881b2dab88cfdb57ad86dcf32ea22bd0b2cd0957b6c7ab8c3", | |
"ResolvConfPath": "/var/lib/docker/containers/3a19e0b8fd75356728abd16a7a44b67bebbc98efad1df719d6c8b6204f42df64/resolv.conf", | |
"HostnamePath": "/var/lib/docker/containers/3a19e0b8fd75356728abd16a7a44b67bebbc98efad1df719d6c8b6204f42df64/hostname", | |
"HostsPath": "/var/lib/docker/containers/3a19e0b8fd75356728abd16a7a44b67bebbc98efad1df719d6c8b6204f42df64/hosts", | |
"LogPath": "/var/lib/docker/containers/3a19e0b8fd75356728abd16a7a44b67bebbc98efad1df719d6c8b6204f42df64/3a19e0b8fd75356728abd16a7a44b67bebbc98efad1df719d6c8b6204f42df64-json.log", | |
"Name": "/dokku.redis.REDACTED-redis-dev", | |
"RestartCount": 0, | |
"Driver": "devicemapper", | |
"ExecDriver": "native-0.2", | |
"MountLabel": "", | |
"ProcessLabel": "", | |
"AppArmorProfile": "", | |
"ExecIDs": null, | |
"HostConfig": { | |
"Binds": [ | |
"/var/lib/dokku/services/redis/REDACTED-redis-dev/config:/usr/local/etc/redis", | |
"/var/lib/dokku/services/redis/REDACTED-redis-dev/data:/data" | |
], | |
"ContainerIDFile": "", | |
"LxcConf": [], | |
"Memory": 0, | |
"MemoryReservation": 0, | |
"MemorySwap": 0, | |
"KernelMemory": 0, | |
"CpuShares": 0, | |
"CpuPeriod": 0, | |
"CpusetCpus": "", | |
"CpusetMems": "", | |
"CpuQuota": 0, | |
"BlkioWeight": 0, | |
"OomKillDisable": false, | |
"MemorySwappiness": -1, | |
"Privileged": false, | |
"PortBindings": {}, | |
"Links": null, | |
"PublishAllPorts": false, | |
"Dns": [], | |
"DnsOptions": [], | |
"DnsSearch": [], | |
"ExtraHosts": null, | |
"VolumesFrom": null, | |
"Devices": [], | |
"NetworkMode": "default", | |
"IpcMode": "", | |
"PidMode": "", | |
"UTSMode": "", | |
"CapAdd": null, | |
"CapDrop": null, | |
"GroupAdd": null, | |
"RestartPolicy": { | |
"Name": "always", | |
"MaximumRetryCount": 0 | |
}, | |
"SecurityOpt": null, | |
"ReadonlyRootfs": false, | |
"Ulimits": null, | |
"LogConfig": { | |
"Type": "json-file", | |
"Config": {} | |
}, | |
"CgroupParent": "", | |
"ConsoleSize": [ | |
0, | |
0 | |
], | |
"VolumeDriver": "" | |
}, | |
"GraphDriver": { | |
"Name": "devicemapper", | |
"Data": { | |
"DeviceId": "107", | |
"DeviceName": "docker-202:1-263734-3a19e0b8fd75356728abd16a7a44b67bebbc98efad1df719d6c8b6204f42df64", | |
"DeviceSize": "107374182400" | |
} | |
}, | |
"Mounts": [ | |
{ | |
"Source": "/var/lib/dokku/services/redis/REDACTED-redis-dev/data", | |
"Destination": "/data", | |
"Mode": "", | |
"RW": true | |
}, | |
{ | |
"Source": "/var/lib/dokku/services/redis/REDACTED-redis-dev/config", | |
"Destination": "/usr/local/etc/redis", | |
"Mode": "", | |
"RW": true | |
} | |
], | |
"Config": { | |
"Hostname": "3a19e0b8fd75", | |
"Domainname": "", | |
"User": "", | |
"AttachStdin": false, | |
"AttachStdout": false, | |
"AttachStderr": false, | |
"ExposedPorts": { | |
"6379/tcp": {} | |
}, | |
"Tty": false, | |
"OpenStdin": false, | |
"StdinOnce": false, | |
"Env": [ | |
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", | |
"REDIS_VERSION=3.0.5", | |
"REDIS_DOWNLOAD_URL=http://download.redis.io/releases/redis-3.0.5.tar.gz", | |
"REDIS_DOWNLOAD_SHA1=ad3ee178c42bfcfd310c72bbddffbbe35db9b4a6" | |
], | |
"Cmd": [ | |
"redis-server" | |
], | |
"Image": "redis:3.0.5", | |
"Volumes": { | |
"/data": {} | |
}, | |
"WorkingDir": "/data", | |
"Entrypoint": [ | |
"/entrypoint.sh" | |
], | |
"OnBuild": null, | |
"Labels": { | |
"dokku": "service", | |
"dokku.service": "redis" | |
}, | |
"StopSignal": "SIGTERM" | |
}, | |
"NetworkSettings": { | |
"Bridge": "", | |
"SandboxID": "ac5953d74f1b690933b54c3bb316a114b5074718c9f137b4a4a70ddfaf3f52e7", | |
"HairpinMode": false, | |
"LinkLocalIPv6Address": "", | |
"LinkLocalIPv6PrefixLen": 0, | |
"Ports": { | |
"6379/tcp": null | |
}, | |
"SandboxKey": "/var/run/docker/netns/ac5953d74f1b", | |
"SecondaryIPAddresses": null, | |
"SecondaryIPv6Addresses": null, | |
"EndpointID": "85a35c30689385223d7f513ec6fcae7fcd396b4bfc45e2a2d3aefe8d3215698c", | |
"Gateway": "172.17.0.1", | |
"GlobalIPv6Address": "", | |
"GlobalIPv6PrefixLen": 0, | |
"IPAddress": "172.17.0.2", | |
"IPPrefixLen": 16, | |
"IPv6Gateway": "", | |
"MacAddress": "REDACTED", | |
"Networks": { | |
"bridge": { | |
"EndpointID": "85a35c30689385223d7f513ec6fcae7fcd396b4bfc45e2a2d3aefe8d3215698c", | |
"Gateway": "172.17.0.1", | |
"IPAddress": "172.17.0.2", | |
"IPPrefixLen": 16, | |
"IPv6Gateway": "", | |
"GlobalIPv6Address": "", | |
"GlobalIPv6PrefixLen": 0, | |
"MacAddress": "REDACTED" | |
} | |
} | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment