{
    "Binds": ["/tmp:/tmp"],
    "Links": ["redis3:redis"],
    "LxcConf": {"lxc.utsname":"docker"},
    "Memory": 0,
    "MemorySwap": 0,
    "CpuShares": 512,
    "CpuPeriod": 100000,
    "CpusetCpus": "0,1",
    "CpusetMems": "0,1",
    "BlkioWeight": 300,
    "OomKillDisable": false,
    "PortBindings": { "22/tcp": [{ "HostPort": "11022" }] },
    "PublishAllPorts": false,
    "Privileged": false,
    "ReadonlyRootfs": false,
    "Dns": ["8.8.8.8"],
    "DnsSearch": [""],
    "ExtraHosts": null,
    "VolumesFrom": ["parent", "other:ro"],
    "CapAdd": ["NET_ADMIN"],
    "CapDrop": ["MKNOD"],
    "RestartPolicy": { "Name": "", "MaximumRetryCount": 0 },
    "NetworkMode": "bridge",
    "Devices": [],
    "Ulimits": [{}],
    "LogConfig": { "Type": "json-file", "Config": {} },
    "SecurityOpt": [""],
    "CgroupParent": ""
}