docker容器总是连接不到主机上的myql,是因为iptables 阻止了
摘要:
docker容器总是连接不到主机上的myql,是因为iptables 允许容器访问 主机的端口 iptables -I INPUT -s 172.17.0.0/16 -p tcp --dport 6379 -j ACCEPTiptables -I INPUT -s 172.17.0.0/16 -p 阅读全文
posted @ 2021-07-27 13:35
少杨
阅读(273)
评论(0)
推荐(0)
浙公网安备 33010602011771号