本文介绍在 Docker Swarm 模式中很容易地配置一个定时在所有节点自动清理无用资源的方法。
system-prune:
image: docker
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
command: docker system prune --all --force
deploy:
mode: global
restart_policy:
delay: 24h
每 24 小时在所有节点自动运行 docker system prune -all --force
Comments
注:如果长时间无法加载,请针对 disq.us | disquscdn.com | disqus.com 启用代理。