Auto-run docker instance when image is pushed to registery

Hi,

For private use, I am looking for a solution like the following;

  • users upload docker images to a private registry
  • depending of some events (user pushes a button on a web interface), or when an image with a specific tag is uploaded on registry, the image is deployed.

Does any one know a framework for such a task ?

Hi,

Recently found a project from Centurylink that does this named Watchtower.
More details here: https://labs.ctl.io/projects/watchtower/

Regards