前言
docker在长时间使用之后会存在很多cache 占用大量磁盘空间文章来源地址https://www.toymoban.com/news/detail-509823.html
清除命令
docker system prune --volumes
WARNING! This will remove:
- all stopped containers
- all networks not used by at least one container
- all volumes not used by at least one container
- all dangling images
- all dangling build cache
警告!这将删除:
-所有停止的容器
-至少一个容器未使用的所有网络
-至少一个容器未使用的所有卷
-所有悬空图像
-所有悬空构建缓存
文章来源:https://www.toymoban.com/news/detail-509823.html
到了这里,关于docker 删除缓存的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!