📜  Docker 运行映像 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:14.578000             🧑  作者: Mango

代码示例3
docker run --network host
When running using --network host there is no need to map the ports.
All the docker container ports will be available since the network host mode 
makes the container use the host's network stack.