Docker部署watchtower自动更新Docker容器 2025年9月17日 / 1 min read Updated: 2025年12月4日 View more blogs with the tag watchtower 目录 #Docker #自动清除旧镜像 Github Docker Terminal windowdocker run --detach \ --name watchtower \ --volume /var/run/docker.sock:/var/run/docker.sock \ nickfedor/watchtower 自动清除旧镜像 Terminal windowdocker run --detach \ --name watchtower \ --volume /var/run/docker.sock:/var/run/docker.sock \ nickfedor/watchtower --cleanup