bt-sync / sync-docker

Resilio Sync docker image
https://www.resilio.com
178 stars 59 forks source link

Plesk Docker #14

Closed EternalBlack closed 7 years ago

EternalBlack commented 7 years ago

Really like this project. Had Bittorrent Sync running before. Uninstalled and tried to reinstall via apt-get. It went through but didn't start up at all. As I use Plesk Onyx which comes with Docker support I wanted to give it a try that way.

Unfortunately I can't run it there either. The following error occurs: {"message":"driver failed programming external connectivity on endpoint sync (fae436dbc58277080f74fbebda09a48267672686f772f1f0784df232f0a3fa82): (iptables failed: iptables --wait -t filter -A DOCKER ! -i docker0 -o docker0 -p tcp -d 172.17.0.2 --dport 55555 -j ACCEPT: iptables: No chain/target/match by that name.\n (exit status 1))"}

I know, Plesk support probably isn't a high priority here, still - if someone got any ideas, I would really appreciate the help.

Sincererely EB

EDIT: After googling around: You need to restart the docker daemon with stop docker and start docker. It then updates the IP tables. Everything is fine now. Still thanks for this awesome container!