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

三、Docker网络

时间:2019-02-25 00:34:34      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:grep   sha   使用   新建   highlight   bsp   eth   tty   doc   

一、查看8001端口是否开启处监听状态

netstat -apnl | grep 8001

二、使用brctl show可以看到虚拟机的网络关系

brctl show

docker每新建一个container, docker0就会创建一个新的虚拟网卡,名称以veth开头,其余是随机的. 在container上实际看到的是eth0这些 

三、Docker网络

标签:grep   sha   使用   新建   highlight   bsp   eth   tty   doc   

原文地址:https://www.cnblogs.com/fger/p/10428665.html

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