[2023-12-16 11:23:12] Creating network
“3589446-cci-37254096-981158_default” with the default driver
[2023-12-16 11:23:12] could not find an available, non-overlapping
IPv4 address pool among the defaults to assign to the network
这个错误表明 Docker Compose 在创建网络时无法找到可用的 IPv4 地址池。通常情况下,Docker Compose 使用默认的 IPv4 地址池配置,但在某些情况下,可能会出现冲突或无法分配地址的问题。
列出未使用的网络
docker network ls --filter "dangling=true"
删除未使用的网络
docker network prune
docker network inspect bridge
再次运行 docker-compose up -d,应该会解决
感谢观看,希望对读者有所帮助,有疑问可以评论,不定时回复