标签:dock blog tps bsp htm network 查看 -name docke
创建overlay网卡
docker network create -d overlay --subnet 192.168.0.0/16 ov_net1 #指定子网
docker network create -d overlay ov_net2 #不指定子网
docker network ls #查看网络
container使用此网络
docker run -it --network ov_net1 --ip 192.168.0.3 --name host ubuntu:16.04
https://www.cnblogs.com/purpleraintear/p/6012695.html
标签:dock blog tps bsp htm network 查看 -name docke
原文地址:https://www.cnblogs.com/i-shu/p/11439512.html