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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?