启动 docker 容器时报错:
解决方案docker: Error response from daemon: driver failed programming external connectivity on endpoint nginx (9286da7b9c4595351b28e778e704ca0d5e4ac56d7413c2b2959851b60a85321c): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 80 -j DNAT --to-destination 172.17.0.4:80 ! -i docker0: iptables: No chain/target/match by that name.
(exit status 1)).
重启 docker 服务就行了
systemctl restart docker
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)