github.com/OpenFlowLabs/moby@v17.12.1-ce-rc2+incompatible/runconfig/fixtures/unix/container_hostconfig_1_14.json (about)

     1  {
     2      "Binds": ["/tmp:/tmp"],
     3      "ContainerIDFile": "",
     4      "LxcConf": [],
     5      "Privileged": false,
     6      "PortBindings": {
     7          "80/tcp": [
     8              {
     9                  "HostIp": "0.0.0.0",
    10                  "HostPort": "49153"
    11              }
    12          ]
    13      },
    14      "Links": ["/name:alias"],
    15      "PublishAllPorts": false,
    16      "CapAdd": ["NET_ADMIN"],
    17      "CapDrop": ["MKNOD"]
    18  }