• 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 How to resolve docker install - iptable

sylver

New Pleskian
Hello,

I have an error of the first installation to docker on my debian plesk

Erreur: {"message":"driver failed programming external connectivity on endpoint n8n (371ad8de95975c39d6c6f5d40f49f5ab2846fef1cd59e097a046084bc28a8c45): (iptables failed: iptables --wait -t filter -A DOCKER ! -i docker0 -o docker0 -p tcp -d 172.17.0.2 --dport 5678 -j ACCEPT: iptables v1.8.2 (nf_tables): Chain 'DOCKER' does not exist\n (exit status 1))"}

Impossible to start any container.

Thank you for help
 
Try to restart docker service:

# service docker restart
 
Back
Top