Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在安装 Acumos oneclick_deploy.sh 并运行 Acumos 一天后,我注意到 /var/lib/docker 文件夹包含 14GB 的数据。这是正常的吗?会增加吗?可以以某种方式清理它(以防它是垃圾)?
目录 /var/lib/docker 包含所有 Docker 数据。“containers”子目录存储了一体机安装程序下载并开始运行 Acumos 实例的所有 Docker 镜像。这很容易有 14GB 的图像。所以是的,这是正常的。请注意,当您加入模型时,docker 图像的数量和该文件夹的大小将进一步增长。
另见:https ://docs.docker.com/get-started/