docker网络模式

查看docker网络:docker network help | docker service help

  • Nat(Network Address Translation)

    • iptables -t nat -n -L

    • ip-forward=1

    • route -n

  • Host

    • --net=host

  • other container

    • --net=container:容器名

  • none

    • --net=none

    • 无网络配置,可自行配置(开发常用)

  • overlay

    1. 跨主机通信

    2. 无需做端口管理

    3. 无需担心IP冲突


anzhihe 安志合个人博客,版权所有 丨 如未注明,均为原创 丨 转载请注明转自:https://chegva.com/2553.html | ☆★★每天进步一点点,加油!★★☆ | 

您可能还感兴趣的文章!

发表评论

电子邮件地址不会被公开。 必填项已用*标注