定期清理 kubernetes 节点上的无用镜像
2021-02-02 23:14
标签:tps overflow res image sdn art pru bash nta 使用定时任务 docker image 和 docker container 子命令也支持 prune 参考: 定期清理 kubernetes 节点上的无用镜像 标签:tps overflow res image sdn art pru bash nta 原文地址:https://www.cnblogs.com/keithtt/p/13166902.htmlcrontab -e
# 每周清理一次镜像
0 0 * * 0 docker system prune -af
docker image prune -af
docker container prune -f
http://www.soscw.com/info-detail-2674947.html
https://wangbaiyuan.cn/periodically-clean-up-the-docker-resources-on-the-virtual-machine.html
https://stackoverflow.com/questions/24659300/how-to-use-docker-images-filter
https://docs.docker.com/engine/reference/commandline/images/#filtering
https://blog.csdn.net/xinyflove/article/details/83178876
文章标题:定期清理 kubernetes 节点上的无用镜像
文章链接:http://soscw.com/index.php/essay/50151.html