摘要: docker容器IP“暴露”到外网(宿主机外) 首先将docker容器IP固定 Docker自身的4种网络工作方式,简略说明下: host模式,使用 net=host指定。 container模式,使用 net=container:NAME_or_ID指定。 none模式,使用 net=none指定 阅读全文
posted @ 2018-09-03 17:49 aoeiuv 阅读(375) 评论(0) 推荐(0)