github.com/glycerine/docker@v1.8.2/runconfig/fixtures/container_config_1_14.json (about)

     1  {
     2       "Hostname":"",
     3       "Domainname": "",
     4       "User":"",
     5       "Memory": 1000,
     6       "MemorySwap":0,
     7       "CpuShares": 512,
     8       "Cpuset": "0,1",
     9       "AttachStdin":false,
    10       "AttachStdout":true,
    11       "AttachStderr":true,
    12       "PortSpecs":null,
    13       "Tty":false,
    14       "OpenStdin":false,
    15       "StdinOnce":false,
    16       "Env":null,
    17       "Cmd":[
    18               "bash"
    19       ],
    20       "Image":"ubuntu",
    21       "Volumes":{
    22               "/tmp": {}
    23       },
    24       "WorkingDir":"",
    25       "NetworkDisabled": false,
    26       "ExposedPorts":{
    27               "22/tcp": {}
    28       },
    29       "RestartPolicy": { "Name": "always" }
    30  }