This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
services/watchtower/README.md

21 lines
630 B
Markdown

# Watchtower
> A process for automating Docker container base image updates.
>
> Watchtower is an application that will monitor your running Docker containers and watch for changes to the images that those containers were originally started from. If watchtower detects that an image has changed, it will automatically restart the container using the new image.
>
> -- <cite>[Github][github]</cite>
## Principe
Le but est de tenir les images à jour.
## Authentification
Pour utiliser le service avec un _registry_ privé il faut générer un fichier
d'authentification.
[github]: https://github.com/containrrr/watchtower