Ouroboros icon
Ouroboros icon

Ouroboros

 Like this app

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...

License model

  • FreeOpen Source

Platforms

  • Self-Hosted
  • Docker
  • Docker Hub
Discontinued

Ouroboros is no longer in development, but there's a well maintained fork here: https://github.com/gmt2001/ouroboros

  No rating
0 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  Docker Container
  2. Docker icon  Support for Docker

Ouroboros News & Activities

Highlights All activities

Recent activities

No activities found.
Show all activities

Ouroboros information

  • Developed by

    pyouroboros
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    3 alternatives listed

AlternativeTo Category

OS & Utilities

GitHub repository

  •  1,586 Stars
  •  157 Forks
  •  46 Open Issues
  •   Updated Feb 9, 2023 
View on GitHub

Our users have written 0 comments and reviews about Ouroboros, and it has gotten 0 likes

Ouroboros was added to AlternativeTo by azumukupoe on May 2, 2022 and this page was last updated May 2, 2022.
No comments or reviews, maybe you want to be first?
Post comment/review

What is 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.

Push your image to your registry and simply wait your defined interval for ouroboros to find the new image and redeploy your container autonomously. Notify you via many platforms courtesy of Apprise Serve metrics for trend monitoring (Currently: Prometheus/Influxdb) Limit your server ssh access ssh -i key server.domainname "docker pull ... && docker run ..." is for scrubs docker-compose pull && docker-compose up -d is for fancier scrubs

Official Links