Created
July 18, 2014 12:16
-
-
Save senagbe/e17b48f04024db114e86 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
[{ | |
"Args": [ | |
"-Des.config=/etc/elasticsearch.yml" | |
], | |
"Config": { | |
"AttachStderr": false, | |
"AttachStdin": false, | |
"AttachStdout": false, | |
"Cmd": [ | |
"/elasticsearch/bin/elasticsearch", | |
"-Des.config=/etc/elasticsearch.yml" | |
], | |
"CpuShares": 0, | |
"Cpuset": "", | |
"Domainname": "", | |
"Entrypoint": null, | |
"Env": [ | |
"HOME=/root", | |
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" | |
], | |
"ExposedPorts": { | |
"9200/tcp": {}, | |
"9300/tcp": {} | |
}, | |
"Hostname": "0b4573f8339c", | |
"Image": "shizzle/elasticsearch", | |
"Memory": 0, | |
"MemorySwap": 0, | |
"NetworkDisabled": false, | |
"OnBuild": null, | |
"OpenStdin": false, | |
"PortSpecs": null, | |
"StdinOnce": false, | |
"Tty": false, | |
"User": "", | |
"Volumes": { | |
"/data": {} | |
}, | |
"WorkingDir": "/data" | |
}, | |
"Created": "2014-07-18T10:45:39.612218594Z", | |
"Driver": "btrfs", | |
"ExecDriver": "native-0.2", | |
"HostConfig": { | |
"Binds": null, | |
"ContainerIDFile": "", | |
"Dns": null, | |
"DnsSearch": null, | |
"Links": null, | |
"LxcConf": [], | |
"NetworkMode": "bridge", | |
"PortBindings": { | |
"9200/tcp": [ | |
{ | |
"HostIp": "0.0.0.0", | |
"HostPort": "49153" | |
} | |
], | |
"9300/tcp": [ | |
{ | |
"HostIp": "0.0.0.0", | |
"HostPort": "49154" | |
} | |
] | |
}, | |
"Privileged": false, | |
"PublishAllPorts": false, | |
"VolumesFrom": null | |
}, | |
"HostnamePath": "/var/lib/docker/containers/0b4573f8339c6b4691f5f4f80feb0a89a23219a9bbf3924f363c070158234359/hostname", | |
"HostsPath": "/var/lib/docker/containers/0b4573f8339c6b4691f5f4f80feb0a89a23219a9bbf3924f363c070158234359/hosts", | |
"Id": "0b4573f8339c6b4691f5f4f80feb0a89a23219a9bbf3924f363c070158234359", | |
"Image": "7075201fc5b8d749699af1700d31e490d687a1934900c89d1f631a9fca89d884", | |
"MountLabel": "", | |
"Name": "/dreamy_lumiere", | |
"NetworkSettings": { | |
"Bridge": "docker0", | |
"Gateway": "172.17.42.1", | |
"IPAddress": "172.17.0.167", | |
"IPPrefixLen": 16, | |
"PortMapping": null, | |
"Ports": { | |
"9200/tcp": [ | |
{ | |
"HostIp": "0.0.0.0", | |
"HostPort": "49153" | |
} | |
], | |
"9300/tcp": [ | |
{ | |
"HostIp": "0.0.0.0", | |
"HostPort": "49154" | |
} | |
] | |
} | |
}, | |
"Path": "/elasticsearch/bin/elasticsearch", | |
"ProcessLabel": "", | |
"ResolvConfPath": "/etc/resolv.conf", | |
"State": { | |
"ExitCode": 0, | |
"FinishedAt": "0001-01-01T00:00:00Z", | |
"Paused": false, | |
"Pid": 10909, | |
"Running": true, | |
"StartedAt": "2014-07-18T10:45:41.038033506Z" | |
}, | |
"Volumes": { | |
"/data": "/var/lib/docker/vfs/dir/666cf8a22cd0a66f4c001347d6763afac0872eb8be2ebee89d47e81637a4a698" | |
}, | |
"VolumesRW": { | |
"/data": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment