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
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>