gpt4 book ai didi

macos - 如何修复 Docker/Mac no space left on device 错误?

转载 作者:IT老高 更新时间:2023-10-28 12:41:18 28 4
gpt4 key购买 nike

我已经构建了一个非常大的镜像 (1G),其中包含许多用于测试的“基础设施”(Mongo、Kafka 等)

尝试启动此操作时,设备错误上没有剩余空间。我该如何解决这个问题?

我已经清除了停止的图像并删除了所有我不需要的图像。

最佳答案

如果您在使用 Docker 时遇到 no space left on device 错误,您可以使用 system prune 轻松解决此问题。

我使用 Docker for Mac 17.03。

随着 docker UP 和所有容器 RUNNING,执行 docker system prune -a

这应该会给出以下对话框:

WARNING! This will remove:
- all stopped containers
- all volumes not used by at least one container
- all networks not used by at least one container
- all images without at least one container associated to them Are you sure you want to continue? [y/N]

然后按 y 删除大量容器,最后(在我的情况下)为:总回收空间:23.26 GB。

现在您无需重新启动 docker 即可重新开始工作!

关于macos - 如何修复 Docker/Mac no space left on device 错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37645879/

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