fanux / fanux.github.io

4 stars 2 forks source link

容器网络概述 #12

Open fanux opened 6 years ago

fanux commented 6 years ago

https://sealyun.com/post/docker-network/

网络概述 端口映射: $ docker run -p 8080:80 nginx:latest 如果没有这个-p,会发现启动了nginx但是无法通过宿主机访问到web服务,而使用了-p参数后就可以通过访问主