systemctl stop docker
iptables-save > /etc/sysconfig/iptables
(保存了iptables后,可以重新启动docker了) systemctl start docker
systemctl enable docker
systemctl stop docker
iptables-save > /etc/sysconfig/iptables
(保存了iptables后,可以重新启动docker了) systemctl start docker
systemctl enable docker