• 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.

Resolved I can not create Varnish docker instance in Plek / iptables error

Émerson Felinto

Regular Pleskian
I went to my Plesk in the docker section and started the image "million12 / varnish".
Before running the image I have the option to set which ports this Docker instance will have access to.
varnish-docker-plesk-port-mapping-1-1024x521.png


However when trying to run I get the following error.
{"message":"driver failed programming external connectivity on endpoint varnish (dd04c8b5a888a82c55798134e873e7148d2b933809a74c37a42e4d22da50a6ba): (iptables failed: iptables --wait -t filter -A DOCKER ! -i docker0 -o docker0 -p tcp -d 172.17.0.2 --dport 80 -j ACCEPT: iptables: No chain/target/match by that name.\n (exit status 1))"}

What does it mean and how can I solve it?
 
it means that you can't have two process listening on the same port...
guess who's listening on port 80 already?
 
I think he's mapping the Docker container Port 80 to 32780....

Assuming you have nothing bound to that public port, I'd check for updates to Docker... Could be a bug.
 
Replicated, and fixed (Centos 7)

# sudo mv /var/lib/docker/network/files/ /tmp/dn-backup
# sudo systemctl restart docker
 
Last edited:
It basically installs a CLI version of a game called Snake which was made popular by Nokia back in the 90s.
 
Last edited:
Replicated, and fixed (Centos 7)

# sudo mv /var/lib/docker/network/files/ /tmp/dn-backup
# sudo systemctl restart docker

Makes a backup of network related docker config files (by moving them to a temporary directory) and then restarts the docker service.
But I guess it needs a
Code:
mkdir /tmp/dn-backup
first, no?


But enough giggles, where are the commands for this super awesome "snake" game you are talking about?!
 
Makes a backup of network related docker config files (by moving them to a temporary directory) and then restarts the docker service.
But I guess it needs a
Code:
mkdir /tmp/dn-backup
first, no?


But enough giggles, where are the commands for this super awesome "snake" game you are talking about?!

Is there a CLI version of snake? I’d be down if there was
 
Back
Top