services/watchtower/README.md

21 lines
630 B
Markdown
Raw Permalink Normal View History

2020-06-01 09:42:46 +02:00
# 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