美文网首页
window下Docker容器间通信

window下Docker容器间通信

作者: 星城天空 | 来源:发表于2021-04-27 21:33 被阅读0次

    创建一个容器:sentinel
    创建一个容器:centos7
    创建一个容器网络:sentinel-net
    docker network create sentinel-net
    docker network connect sentinel-net sentinel
    docker network connect sentinel-net centos7
    在centos7内中ping sentinel通,容器与容器之间name相互通信

    相关文章

      网友评论

          本文标题:window下Docker容器间通信

          本文链接:https://www.haomeiwen.com/subject/htxjrltx.html