зеркало из https://github.com/microsoft/docker.git
19 строки
377 B
JSON
19 строки
377 B
JSON
|
{
|
||
|
"Binds": ["/tmp:/tmp"],
|
||
|
"ContainerIDFile": "",
|
||
|
"LxcConf": [],
|
||
|
"Privileged": false,
|
||
|
"PortBindings": {
|
||
|
"80/tcp": [
|
||
|
{
|
||
|
"HostIp": "0.0.0.0",
|
||
|
"HostPort": "49153"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Links": ["/name:alias"],
|
||
|
"PublishAllPorts": false,
|
||
|
"CapAdd": ["NET_ADMIN"],
|
||
|
"CapDrop": ["MKNOD"]
|
||
|
}
|