github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/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  }