标签:docker网络 yum 图片 test src docke contain nbsp -name
一、安装网桥管理工具
[root@node03 web]# yum install bridge-utils -y
二、docker网络的4种模式
删除命令
[root@node03 web]# docker network ls
[root@node03 web]# docker network rm host
二、查看网桥所有信息
2.host模式
[root@node03 web]# docker run -itd --name=ubuntu_test --net host ubuntu
标签:docker网络 yum 图片 test src docke contain nbsp -name
原文地址:https://www.cnblogs.com/zoulixiang/p/9599436.html