Automatically update your running Docker containers
1M+
Automatically update your running Docker containers to the latest available image.
The de-facto standard for docker update automation
Forked from the original at https://github.com/pyouroboros/ouroboros/
Ouroboros will monitor (all or specified) running docker containers and update them to the (latest or tagged) available image in the remote registry. The updated container uses the same tag and parameters that were used when the container was first created such as volume/bind mounts, docker network connections, environment variables, restart policies, entrypoints, commands, etc.
ssh -i key server.domainname "docker pull ... && docker run ..." is for scrubsdocker-compose pull && docker-compose up -d is for fancier scrubsMore detailed usage and configuration can be found on the wiki.
Ouroboros is deployed via docker image like so:
docker run -d --name ouroboros \
-v /var/run/docker.sock:/var/run/docker.sock \
gmt2001/ouroboros
This image is compatible with amd64, arm64, and arm/v7 CPU architectures
or via docker-compose:
Per-command and scenario examples can be found in the wiki
All contributions are welcome! Contributing guidelines are in the works
Content type
Image
Digest
sha256:e39b54237…
Size
50.9 MB
Last updated
2 days ago
docker pull gmt2001/ouroboros