Skip to content

Instantly share code, notes, and snippets.

@chasebolt
Created December 17, 2015 00:00
Show Gist options
  • Save chasebolt/2e18676f441f7c42a69b to your computer and use it in GitHub Desktop.
Save chasebolt/2e18676f441f7c42a69b to your computer and use it in GitHub Desktop.
# docker run -v '/home' -it alpine /bin/sh`
{
"Hostname": "",
"Domainname": "",
"User": "",
"AttachStdin": true,
"AttachStdout": true,
"AttachStderr": true,
"Tty": true,
"OpenStdin": true,
"StdinOnce": true,
"Env": [],
"Cmd": ["/bin/sh"],
"Image": "alpine",
"Volumes": {
"/home": {}
},
"WorkingDir": "",
"Entrypoint": null,
"OnBuild": null,
"Labels": {},
"StopSignal": "SIGTERM",
"HostConfig": {
"Binds": null,
"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": "no",
"MaximumRetryCount": 0
},
"SecurityOpt": null,
"ReadonlyRootfs": false,
"Ulimits": null,
"LogConfig": {
"Type": "",
"Config": {}
},
"CgroupParent": "",
"ConsoleSize": [0, 0],
"VolumeDriver": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment