Hyperledger Indy ERROR: Pool overlaps with other one on this address space

Hyperledger Indy ERROR: Pool overlaps with other one on this address space

我正在处理这个 https://github.com/hyperledger/education 存储库并且 当我尝试 运行 ./manage up 时,出现此错误。

ERROR: Pool overlaps with other one on this address space

尝试 运行宁 :

docker system prune

现在 运行

./manage up

它会开始工作。

您遇到的错误提示您存在网络地址冲突。 运行 以下列出了当前在您计算机上的所有 docker 网络 运行ning。

docker network ls

然后删除网络

docker network rm <networkId>