IBM-Blockchain-Identity / indy-ssivc-tutorial

A turnkey, Docker-based tutorial for help developers get acquainted with Self-Sovereign Identity and Verifiable Credentials.
Apache License 2.0
79 stars 73 forks source link

Issue with docker-ce 18.06 #13

Closed sunburntcat closed 6 years ago

sunburntcat commented 6 years ago

When using docker-ce 18.06 for Ubuntu, running the von-network manage start script results in the following error. This error does NOT appear with docker-ce version 18.03.1 :

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

Try `iptables -h’ or ‘iptables --help’ for more information. (exit status 2))

sunburntcat commented 6 years ago

It's suggested the README indicate that there might be some issues with docker-ce and/or the user should use the docker-ce version 18.03.1 to avoid errors.

brycecurtis commented 6 years ago

I just build and ran with 18.06.1-ce-mac73 and it works. I'm not sure if there's a problem with your Docker configuration on Ubuntu, or maybe just Docker on Ubuntu?

sunburntcat commented 6 years ago

It may have just been a local Docker issue like you say. I rebooted the Ubuntu box and it went away. I'll close the issue.