appstore-1panel/apps/watchtower
2023-09-20 18:04:12 +08:00
..
1.5.3 refactor: 统一数据持久化目录 2023-07-13 15:34:02 +08:00
data.yml feat: 增加一些应用分类 2023-09-20 18:04:12 +08:00
logo.png feat: 压缩 logo.png (#212) 2023-07-10 15:46:28 +08:00
README.md refactor: 修改部分应用 README 内容 2023-07-17 13:58:42 +08:00

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.