Compose: Docker-compose up DOCKER-ISOLATION problem

Created on 28 May 2017  路  4Comments  路  Source: docker/compose

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

Most helpful comment

I reinstall all docker and the problem is resolved! Sorry for my question but I was in panic :)!

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

squeaky-pl picture squeaky-pl  路  3Comments

29e7e280-0d1c-4bba-98fe-f7cd3ca7500a picture 29e7e280-0d1c-4bba-98fe-f7cd3ca7500a  路  3Comments

davidbarratt picture davidbarratt  路  3Comments

bergtwvd picture bergtwvd  路  3Comments

maltefiala picture maltefiala  路  3Comments