Skip to content

The Watchtower project is a container-based solution for automating Docker container base image updates. It provides an easy way to keep your Docker containers up-to-date with the latest base images.

Notifications You must be signed in to change notification settings

Kirri777/Docker-Watchtower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Watchtower

A container-based solution for automating Docker container base image updates.


Installation

  1. Download folder.

  2. Create the file ./.docker/.env using ./.docker/.env.example as template.

  3. Go inside folder ./docker and run docker-compose up -d --build to start containers.


Exclude containers from watchtower

If you need to exclude some containers, set the com.centurylinklabs.watchtower.enable label to false. For clarity this should be set on the container(s) you wish to be ignored, this is not set on watchtower.

version: "3"
services:
  someimage:
    container_name: someimage
    labels:
      - "com.centurylinklabs.watchtower.enable=false"

About

The Watchtower project is a container-based solution for automating Docker container base image updates. It provides an easy way to keep your Docker containers up-to-date with the latest base images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published