查看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
跨主机通信
无需做端口管理
无需担心IP冲突
查看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
跨主机通信
无需做端口管理
无需担心IP冲突