码迷,mamicode.com
首页 > 其他好文 > 详细

docker 和 宿主机上 veth 设备的关系 + docker 网络架构

时间:2021-03-30 12:45:47      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:art   code   架构   ast   show   info   inf   cas   rgb   

1. 在容器里查看

/ $ ip link show eth0
531: eth0@if532: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue state UP 
    link/ether 02:42:ac:12:00:06 brd ff:ff:ff:ff:ff:ff
/ $ 

2.在主机查看

[root@slave1 ~]# ip link show | grep 532
532: veth598c5f9@if531: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-1b68951ea52c state UP mode DEFAULT group default 
[root@slave1 ~]# ip link show | grep 531
532: veth598c5f9@if531: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-1b68951ea52c state UP mode DEFAULT group default

 参考:https://blog.csdn.net/u011563903/article/details/88593251

 

3. docker 网络架构

技术图片

 

 

 
参考: https://blog.csdn.net/somyjun/article/details/88735364

docker 和 宿主机上 veth 设备的关系 + docker 网络架构

标签:art   code   架构   ast   show   info   inf   cas   rgb   

原文地址:https://www.cnblogs.com/hixiaowei/p/14587969.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!