Phenomenon:
Execute the install docker image command to prompt as follows:
ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-8615db5bdc73 -j RETURN: iptables: No chain/target/match by that name. (exit status 1))
The reason is that the docker needs to be restarted after the firewall is closed. Just restart the docker by executing the following command:
service docker restart
Similar Posts:
- Driver failed programming external connectivity on endpoint query_allen
- [Solved] Docker Container Start Error: iptables: No chain/target/match by that name
- Error response from daemon: driver failed programming external connectivity on endpoint test: (iptables failed: iptables –wait -t nat -A DOCKER…: No chain/target/match by that name.
- [Solved] Docker Port Mapping or Container Startup Error: Error response from daemon: driver failed programming external connectivity on endpoint quirky_allen
- Error response from daemon: driver failed programming external connectivity on endpoint quirky_allen
- Docker’s error response from daemon [How to Solve]
- docker: Error response from daemon: driver failed programming external connectivity on endpoint lamp
- [SVC] Online Iptables Restart error: Couldn’t load target `ACCET’:/lib64/xtables/libipt_ACCET.so: cannot open shared object file: No such file or directory
- Docker run error: docker0: iptables: No chain/target/match by that name.
- [Solved] CentOS 7.2 Startup Error: Failed to start IPv4 firewall with iptables