gpt4 book ai didi

docker - 错误 : 2 matches found based on name: network _default is ambiguous

转载 作者:行者123 更新时间:2023-12-03 13:56:24 27 4
gpt4 key购买 nike

我在建 docker使用命令的图像

docker-compose -f "docker-compose.yml" up -d --build 
但它返回一个错误 ERROR: 2 matches found based on name: network officeconverter_default is ambiguous这有点清楚,在我的机器上有两个同名的网络试图存在。
问题是如何从 docker 网络中删除网络
PS E:\repos\Github\officeconverter> docker network ls
网络 ID 名称驱动程序范围
868c88a83bd6桥桥本地
92f7d20ed432 officeconverter_default 桥接本地
3f96cfb7b591 officeconverter_default 桥接本地

最佳答案

解决方法很简单!
只需删除网络。
喜欢 docker network rm <network Id> <space> <network Id> ....PS E:\repos\Github\officeconverter> docker network rm 92f7d20ed432 3f96cfb7b591
92f7d20ed432
3f96cfb7b591
PS E:\repos\Github\officeconverter> docker network ls
网络 ID 名称驱动程序范围
868c88a83bd6桥桥本地

关于docker - 错误 : 2 matches found based on name: network <nameofservice>_default is ambiguous,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63776518/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com