docker内存清理不掉 #483
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#483
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
用docker下载并运行到容器后,删除对应的容器和镜像,执行过docker image prune docker system prune docker container prune 后发现硬盘空间仍然没有变化。应该如何清理
可能还在使用的镜像和删除的镜像共用的是同一个layer,所以实际上没有删除多少东西。如果是缓存问题,可以参考https://blog.csdn.net/qq_38924779/article/details/135035765
发现要把docker关闭一下,才能释放。