1
0
Fork 0
1Panel-Appstore/watchtower
wanghe-fit2cloud 40784bbda2 refactor: 修改部分应用 README 内容 2023-07-17 13:58:42 +08:00
..
1.5.3 refactor: 统一数据持久化目录 2023-07-13 15:34:02 +08:00
README.md refactor: 修改部分应用 README 内容 2023-07-17 13:58:42 +08:00
data.yml feat: 应用商店升级到 v2 版本 (#91) 2023-05-18 18:25:00 +08:00
logo.png feat: 压缩 logo.png (#212) 2023-07-10 15:46:28 +08:00

README.md

Watchtower

A process for automating Docker container base image updates.

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 --detach \
    --name watchtower \
    --volume /var/run/docker.sock:/var/run/docker.sock \
    containrrr/watchtower

Documentation

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