watchtower

A process for automating Docker container base image updates.

Github星跟踪图

Quick Start

With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially. Run the watchtower container with the following command:

$ docker run -d \
    --name watchtower \
    -v /var/run/docker.sock:/var/run/docker.sock \
    containrrr/watchtower

Documentation

The full documentation is available at https://containrrr.github.io/watchtower.

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

主要指标

概览
名称与所有者containrrr/watchtower
主编程语言Go
编程语言Go (语言数: 3)
平台
许可证Apache License 2.0
所有者活动
创建于2015-07-13 21:21:53
推送于2024-07-30 08:12:03
最后一次提交
发布数40
最新版本名称v1.7.1 (发布于 )
第一版名称CenturyLink (发布于 )
用户参与
星数21.8k
关注者数145
派生数0.9k
提交数0.9k
已启用问题?
问题数882
打开的问题数161
拉请求数514
打开的拉请求数45
关闭的拉请求数119
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?