moodlehq / moodle-docker

A docker environment for moodle developers
GNU General Public License v3.0
376 stars 245 forks source link

Failed to program FILTER chain #157

Closed davejal closed 3 years ago

davejal commented 3 years ago

Hi,

I'm getting the following error, anyone know how to fix this?

[root@centos81 moodle-docker]# bin/moodle-docker-compose up -d Creating network "moodle-docker_default" with the default driver ERROR: Failed to program FILTER chain: iptables failed: iptables --wait -I FORWARD -o br-9f4dfff0d6a0 -j DOCKER: iptables v1.8.4 (nf_tables): Chain 'DOCKER' does not exist Try `iptables -h' or 'iptables --help' for more information. (exit status 2)

scara commented 3 years ago

Hi @davejal, your issue is related to your environment and not to this project.

I'm guessing you "forced" the installation of docker in CentOS 8: have you already tried a reboot or better a sudo systemctl restart docker?

HTH, Matteo

stronk7 commented 3 years ago

Thanks @scara ! I think you're correct and that's local problem, so I'm going to close this now.