1 创建网卡(路由器)
docker network create --driver bridge --subnet 192.168.0.0/16 --gateway 192.168.0.1 mynet
2 查看网卡
docker network ls
3 docker in