摘要: 1、创建 macvlan 网络 在 host1 和 host2 中创建 macvlan 网络 mac_net1: docker network create -d macvlan --subnet=172.16.86.0/24 --gateway=172.16.86.1 -o parent=ens1 阅读全文
posted @ 2019-03-22 15:37 gsophy 阅读(144) 评论(0) 推荐(0) 编辑