摘要: docker容器间相互通讯 ##实现方式: 1.通过--link命令 1.1先去仓库拉去centos镜像,版本没有什么要求,就按默认latest docker pull centos 1.2然后创建两个docker容器,分别命名centos1,centos2 docker run -d -it -- 阅读全文
posted @ 2021-11-30 18:06 何许人也-h 阅读(253) 评论(0) 推荐(0)