francolaiuppa / docker-registry-elastic-storage

Run a Digital Ocean Docker Private Registry using Elastic Storage (demo)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Private Docker Registry with Elastic Block Storage

This repo provisions a Digital Ocean Droplet with Docker Machine, then creates and attaches an Elastic Block Storage to the droplet, configuring Docker to use it. It also provides a web frontend to see the repositories and images that the registry has.

For more info please see the blog post.

How to use it?

Fill the DIGITALOCEAN_ACCESS_TOKEN var in default.env, then ./setup.sh and wait!.

TODO

  • SSL (letsencrypt.org)
  • Authentication for pushing to repo using .htpasswd files
  • Reuse same .htpasswd for Frontend (maybe proxy through nginx?)
  • Make it less verbose

About

Run a Digital Ocean Docker Private Registry using Elastic Storage (demo)


Languages

Language:Shell 100.0%