I'm working on this https://github.com/hyperledger/education repository and When i try to run ./manage up, i'm getting this error .
ERROR: Pool overlaps with other one on this address space
Try running :
docker system prune
and now run
./manage up
and it will start working.
The error you are encountering is suggesting you have a network address conflict. run following list all the docker network running currently on your machine.
docker network ls
Then remove networks
docker network rm <networkId>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With