Docker IPTABLES error
If you encounter this error while doing some Docker jobs, restart the docker service with following command:
Error response from daemon: driver failed programming external connectivity on endpoint some-ghost (0fe2ecd33d342c0ee8e191f2fc7a9103a50963a9f7da24622cb87451db2808ca): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 80 -j DNAT --to-destination 172.17.0.2:80 ! -i docker0: iptables: No chain/target/match by that name. (exit status 1))" class="has-text-grey-200 _is-normal mb-2 is-flex-wrap-nowrap _nowrap"> Error response from daemon: driver failed programming external connectivity on endpoint some-ghost (0fe2ecd33d342c0ee8e191f2fc7a9103a50963a9f7da24622cb87451db2808ca): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 80 -j DNAT --to-destination 172.17.0.2:80 ! -i docker0: iptables: No chain/target/match by that name. (exit status 1)
systemctl restart docker