Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

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

Notifications You must be signed in to change notification settings

francolaiuppa/docker-registry-elastic-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages