【发布时间】:2018-01-09 07:36:30
【问题描述】:
我对所有这些端口在 portMappings 中表示容器端口、主机端口和服务端口的含义感到困惑,下面是我的 json
"portMappings": [
{
"containerPort": 9000,
"hostPort": 9000,
"labels": {
"VIP_0": "/app2n:9000"
},
"protocol": "tcp",
"servicePort": 10101
}
]
【问题讨论】:
标签: docker containers dcos