We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Docker port mapping
容器端口映射是指容器的端口被映射到宿主机上,这样能让容器上运行的应用来通过宿主机的端口访问。
8080(host port):8080(container port) Usecase:
Alfresco services port mapping: Host Port and container port must be used the same port?