• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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