I\'m trying to run a container but I get the following issue :
Error response from daemon: Cannot start container b005715c40ea7d5821b15c44f5b7f902d4b39da7c83468f
I faced the same problem in a docker-compose setup.
1. Clear all chains:
sudo iptables -t filter -F sudo iptables -t filter -X
2. Then restart Docker Service:
systemctl restart docker