hyperledgerhyperledger-indy

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

Solution

  • Try running :

    docker system prune
    

    and now run

    ./manage up
    

    and it will start working.