github.com/guilhermebr/docker@v1.4.2-0.20150428121140-67da055cebca/runconfig/fixtures/container_config_1_19.json (about) 1 { 2 "Hostname": "", 3 "Domainname": "", 4 "User": "", 5 "AttachStdin": false, 6 "AttachStdout": true, 7 "AttachStderr": true, 8 "Tty": false, 9 "OpenStdin": false, 10 "StdinOnce": false, 11 "Env": null, 12 "Cmd": [ 13 "date" 14 ], 15 "Entrypoint": "bash", 16 "Image": "ubuntu", 17 "Labels": { 18 "com.example.vendor": "Acme", 19 "com.example.license": "GPL", 20 "com.example.version": "1.0" 21 }, 22 "Volumes": { 23 "/tmp": {} 24 }, 25 "WorkingDir": "", 26 "NetworkDisabled": false, 27 "MacAddress": "12:34:56:78:9a:bc", 28 "ExposedPorts": { 29 "22/tcp": {} 30 }, 31 "HostConfig": { 32 "Binds": ["/tmp:/tmp"], 33 "Links": ["redis3:redis"], 34 "LxcConf": {"lxc.utsname":"docker"}, 35 "Memory": 1000, 36 "MemorySwap": 0, 37 "CpuShares": 512, 38 "CpusetCpus": "0,1", 39 "PortBindings": { "22/tcp": [{ "HostPort": "11022" }] }, 40 "PublishAllPorts": false, 41 "Privileged": false, 42 "ReadonlyRootfs": false, 43 "Dns": ["8.8.8.8"], 44 "DnsSearch": [""], 45 "ExtraHosts": null, 46 "VolumesFrom": ["parent", "other:ro"], 47 "CapAdd": ["NET_ADMIN"], 48 "CapDrop": ["MKNOD"], 49 "RestartPolicy": { "Name": "", "MaximumRetryCount": 0 }, 50 "NetworkMode": "bridge", 51 "Devices": [], 52 "Ulimits": [{}], 53 "LogConfig": { "Type": "json-file", "Config": {} }, 54 "SecurityOpt": [""], 55 "CgroupParent": "" 56 } 57 }