Ouroboros
Automatically update running docker containers
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. Push your image to your registry and simply wait your defined interval for ouroboros to find the new image and...