Docker issues with Firewalld
If for some reason, any of the docker containers is not starting and upon looking invokation of the start/docker-compose up -d command, errors like below are displayed on the terminal,
Docker Daemon Error
Cannot start container <container id>: iptables failed: iptables --wait -t filter -A DOCKER ! -i docker0 -o docker0 -p tcp -d 172.17.0.23 --dport 4000 -J ACCEPT: iptables: No chain/
target/match by that name.
Restart the docker daemon by executing command
$ systemctl restart docker