dotcloud/docker

View on GitHub
runconfig/fixtures/windows/container_config_1_19.json

Summary

Maintainability
Test Coverage
{
     "Hostname": "",
     "Domainname": "",
     "User": "",
     "AttachStdin": false,
     "AttachStdout": true,
     "AttachStderr": true,
     "Tty": false,
     "OpenStdin": false,
     "StdinOnce": false,
     "Env": null,
     "Cmd": [
             "date"
     ],
     "Entrypoint": "cmd",
     "Image": "windows",
     "Labels": {
             "com.example.vendor": "Acme",
             "com.example.license": "GPL",
             "com.example.version": "1.0"
     },
     "Volumes": {
             "c:/windows": {}
     },
     "WorkingDir": "",
     "NetworkDisabled": false,
     "MacAddress": "12:34:56:78:9a:bc",
     "ExposedPorts": {
             "22/tcp": {}
     },
     "HostConfig": {
       "Binds": ["c:/windows:d:/tmp"],
       "Links": ["redis3:redis"],
       "LxcConf": {"lxc.utsname":"docker"},
       "Memory": 1000,
       "MemorySwap": 0,
       "CpuShares": 512,
       "CpusetCpus": "0,1",
       "PortBindings": { "22/tcp": [{ "HostPort": "11022" }] },
       "PublishAllPorts": false,
       "Privileged": false,
       "ReadonlyRootfs": false,
       "Dns": ["8.8.8.8"],
       "DnsSearch": [""],
       "DnsOptions": [""],
       "ExtraHosts": null,
       "VolumesFrom": ["parent", "other:ro"],
       "CapAdd": ["NET_ADMIN"],
       "CapDrop": ["MKNOD"],
       "RestartPolicy": { "Name": "", "MaximumRetryCount": 0 },
       "NetworkMode": "default",
       "Devices": [],
       "Ulimits": [{}],
       "LogConfig": { "Type": "json-file", "Config": {} },
       "SecurityOpt": [""],
       "CgroupParent": ""
    }
}