Skip to content

Instantly share code, notes, and snippets.

@bessarabov
Created November 10, 2014 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bessarabov/82849ff6819955ef9d5f to your computer and use it in GitHub Desktop.
Save bessarabov/82849ff6819955ef9d5f to your computer and use it in GitHub Desktop.
[{
"Args": [],
"Config": {
"AttachStderr": true,
"AttachStdin": true,
"AttachStdout": true,
"Cmd": [
"/bin/bash"
],
"CpuShares": 0,
"Cpuset": "",
"Domainname": "",
"Entrypoint": null,
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"ExposedPorts": null,
"Hostname": "27f31c5bc0ee",
"Image": "ubuntu:14.04",
"Memory": 0,
"MemorySwap": 0,
"NetworkDisabled": false,
"OnBuild": null,
"OpenStdin": true,
"PortSpecs": null,
"SecurityOpt": null,
"StdinOnce": true,
"Tty": true,
"User": "",
"Volumes": null,
"WorkingDir": ""
},
"Created": "2014-11-08T01:41:51.349414187Z",
"Driver": "aufs",
"ExecDriver": "native-0.2",
"HostConfig": {
"Binds": null,
"CapAdd": null,
"CapDrop": null,
"ContainerIDFile": "",
"Devices": [],
"Dns": null,
"DnsSearch": null,
"ExtraHosts": null,
"Links": null,
"LxcConf": [],
"NetworkMode": "bridge",
"PortBindings": {},
"Privileged": false,
"PublishAllPorts": false,
"RestartPolicy": {
"MaximumRetryCount": 0,
"Name": ""
},
"VolumesFrom": [
"6c9da8f68a9e"
]
},
"HostnamePath": "/mnt/sda1/var/lib/docker/containers/27f31c5bc0ee2e0124f19675b0d189bec8a7c4731f30d7bffe12a2269b79d019/hostname",
"HostsPath": "/mnt/sda1/var/lib/docker/containers/27f31c5bc0ee2e0124f19675b0d189bec8a7c4731f30d7bffe12a2269b79d019/hosts",
"Id": "27f31c5bc0ee2e0124f19675b0d189bec8a7c4731f30d7bffe12a2269b79d019",
"Image": "5506de2b643be1e6febbf3b8a240760c6843244c41e12aa2f60ccbb7153d17f5",
"MountLabel": "",
"Name": "/boring_fermi",
"NetworkSettings": {
"Bridge": "docker0",
"Gateway": "172.17.42.1",
"IPAddress": "172.17.0.17",
"IPPrefixLen": 16,
"MacAddress": "02:42:ac:11:00:11",
"PortMapping": null,
"Ports": {}
},
"Path": "/bin/bash",
"ProcessLabel": "",
"ResolvConfPath": "/mnt/sda1/var/lib/docker/containers/27f31c5bc0ee2e0124f19675b0d189bec8a7c4731f30d7bffe12a2269b79d019/resolv.conf",
"State": {
"ExitCode": 0,
"FinishedAt": "0001-01-01T00:00:00Z",
"Paused": false,
"Pid": 3220,
"Restarting": false,
"Running": true,
"StartedAt": "2014-11-08T01:41:51.638422738Z"
},
"Volumes": {
"/e1": "/Users/bessarabov/e1"
},
"VolumesRW": {
"/e1": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment