A container-based solution for automating Docker container base image updates.
-
Download folder.
-
Create the file ./.docker/.env using ./.docker/.env.example as template.
-
Go inside folder
./docker
and rundocker-compose up -d --build
to start containers.
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"