📜  iptables,无法启用 SKIP DNAT 规则 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:58.948000             🧑  作者: Mango

代码示例1
#Docker error: iptables --wait -t nat -I DOCKER -i

#This will fix it permanently

systemctl restart docker
docker-compose up -d
iptables --wait -t nat -I DOCKER -i br-f5bd2117dbd3 -j RETURN