Docker 長時間使用,會殘留許多沒用到的 image、container....,佔用硬碟
docker 相關指令
Docker 18.09 引進了 BuildKit ,提升了建置流程的效能、安全性、儲存管理等能力。
docker system df
,用於查看 Docker 的磁碟使用情況:
[root@test /]# docker system df
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
Images 34 34 10.1GB 105.6MB (1%)
Containers 60 41 925.2MB 615.9MB (66%)
Local Volumes 40 16 1.481GB 6.402MB (0%)
Build Cache 509 0 17.17GB 17.17GB
About 3 min