• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Docker Cannot restart container - iptables: No chain/target/match by that name

Iain_CoSource

New Pleskian
Error: {"message":"Cannot restart container 8b9cbdd82af7271e8df99df3429423bf1ff109c02c8a09527365e8c0a76bcf32: driver failed programming external connectivity on endpoint redis-bitnami-live (4a39a1a0597d4b47db1301aa49e44fc51ed3c2b31f0896606b6e8483261950d8): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 7000 -j DNAT --to-destination 172.17.0.2:7000 ! -i docker0: iptables: No chain/target/match by that name.\n (exit status 1))"}

Server has crashed four times in last 5 hours. Any advise is welcome.

Docker container does not start on Plesk server: No chain/target/match by that name is not helpful due to the recuring nature of the issue
 
Hello @Iain_CoSource
psa-firewall can flush docker's chains but doesn't remove them so you probably have to figure out who removes the `DOCKER` chain from the `nat` table.
 
Last edited by a moderator:
Back
Top