osixia / docker-phpLDAPadmin

phpLDAPadmin container image 🐳🌴
MIT License
844 stars 197 forks source link

Cannot start container with iptables error #10

Closed filamoon closed 7 years ago

filamoon commented 8 years ago

Error response from daemon: Cannot start container fa7fb0fdb81cef2d79d36579190f5c4ec1b4e8793a97714ab060934eae519aa6: iptables failed: iptables --wait -t filter -A DOCKER ! -i docker0 -o docker0 -p tcp -d 192.168.42.6 --dport 443 -j ACCEPT: iptables: No chain/target/match by that name.

Please help...

osixia commented 8 years ago

I don't think this error is related to this image it's seems to be a docker daemon pb

rudyzhou2 commented 8 years ago

looks like a docker daemon bug where the rules regarding docker in iptables mysteriously disappear. Restarting the docker daemon will fix the issue as a work-around as the rules will be reapplied in iptables.