Hello, from the last docker update I cannot start my compose files more... when I give docker-compose up it gives the following error:
unable to insert jump to DOCKER-ISOLATION rule in FORWARD chain:
(iptables failed: iptables --wait -I FORWARD -j DOCKER-ISOLATION: iptables v1.6.0:
Couldn't load target `DOCKER-ISOLATION':No such file or directory
docker-compose version 1.11.2, build dfed245
Docker version 17.03.1-ce, build c6d412e
MacOS Sierra
Is there some configuration to do? Docker run-cli works correctly, only docker-compose gives this, but I often use this....
Thanks in advance
Sorry, Now I just discover that also the following cli command doesn't work:
docker network create --driver bridge mynet1
Error response from daemon: unable to insert jump to DOCKER-ISOLATION rule in FORWARD chain: (iptables failed: iptables --wait -I FORWARD -j DOCKER-ISOLATION: iptables v1.6.0: Couldn't load target `DOCKER-ISOLATION':No such file or directory
So it is a docker configuration problem, I think ... Do you have some advices anyway?
I reinstall all docker and the problem is resolved! Sorry for my question but I was in panic :)!
I had the same issue on Ubuntu and was able to fix by restarting Docker-
sudo systemctl restart docker
Ubuntu 18.04.5 LTS / Docker version 19.03.12, build 48a66213fe
sudo systemctl restart docker
Thank you. This worked for me.
Most helpful comment
I reinstall all docker and the problem is resolved! Sorry for my question but I was in panic :)!