Error response from daemon: driver failed programming
启动docker容器里的镜像报错
[root@localhost ~]# docker start a469d7e6652b
Error response from daemon: driver failed programming external connectivity on endpoint myredis (801b7d1e6502e898c13ed855d455107f64297bc87f18cd33e1158f0942565f75): (iptables failed: iptables —wait -t nat -A DOCKER -p tcp -d 0/0 —dport 6379 -j DNAT —to-destination 172.17.0.2:6379 ! -i docker0: iptables: No chain/target/match by that name.
(exit status 1))
Error: failed to start containers: a469d7e6652b
解决办法:
重启docker再运行镜像
systemctl restart docker
还没有评论,来说两句吧...