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
 
Try to restart docker service:

# service docker restart
I'm resurrecting the topic a bit but this is only a temporary solution and this problem will happen to you again. I'm having this problem too. I'm installing the Docker extension but the same error is present in every container I download. Even if I completely restart the server, it doesn't fix it. And as far as I've noticed, a process in Plesk deletes the iptables rules and re-adds them, I think the problem is caused by this. Also, if you turn off ipv6 on the server and delete it, the problem is fixed. I think this problem should be fixed.
 
Back
Top