gpt4 book ai didi

macos - Docker 填满 macOS 上的存储空间

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

(帖子创建于 2016 年 10 月 5 日)

我注意到每次运行图像并删除它时,我的系统都不会恢复到原来的可用空间量。

我应用于容器的生命周期是:

> docker build ...
> docker run CONTAINER_TAG
> docker stop CONTAINER_TAG
> rm docker CONTAINER_ID
> rmi docker image_id

[在默认的 mac 终端上运行]

容器实际上是从自定义图像创建的,从节点和标准 redis 运行。我的操作系统是 OSX 10.11.6。

在一天结束时,我发现我一直在失去 Mbs。我该如何面对这个问题?

编辑后的帖子

2020 年,问题仍然存在,将此更新留给社区:

今天运行:

  • macOS 10.13.6
  • Docker 引擎 18.9.2
  • Docker 桌面 Cli 2.0.0.3

解决此问题的最简单方法是使用 Docker 实用程序修剪系统。

docker system prune -a --volumes

最佳答案

警告:

By default, volumes are not removed to prevent important data from being deleted if there is currently no container using the volume. Use the --volumes flag when running the command to prune volumes as well:

Docker 现在有一个命令可以做到这一点:

docker system prune -a --volumes

Docker system prune docs

关于macos - Docker 填满 macOS 上的存储空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39878939/

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