目录
[TOC]
报错:
ERROR: Failed to program FILTER chain: iptables failed: iptables --wait -I FORWARD -o br-49ee1c83a0ac -j DOCKER: iptables v1.8.7 (nf_tables): Chain 'DOCKER' does not exist
Try `iptables -h' or 'iptables --help' for more information.
(exit status 2)
解决:重启docker
systemctl restart docker
治标不治本