定期清理 kubernetes 节点上的无用镜像

2021-02-02 23:14

阅读:463

标签:tps   overflow   res   image   sdn   art   pru   bash   nta   

使用定时任务

crontab -e

# 每周清理一次镜像
0 0 * * 0       docker system prune -af

docker image 和 docker container 子命令也支持 prune

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 节点上的无用镜像

标签:tps   overflow   res   image   sdn   art   pru   bash   nta   

原文地址:https://www.cnblogs.com/keithtt/p/13166902.html


评论


亲,登录后才可以留言!