/registry

Docker registry with nginx and Let'sEncrypt

Primary LanguagePython

Build Status Docker Stars Docker Pulls Docker Automated Docker Build Gitter chat

Docker Registry docker-compose v2

Docker registry with Nginx and Let's Encrypt

This repo helps to bring up Docker Registry quickly using docker-compose.

Stack includes:

  • Docker registry image: registry:2
  • Web interface docker image: hyper/docker-registry-web:latest
  • Nginx

Installation

Clone project into your work directory:

$ git clone https://github.com/trydirect/registry.git

Bring up docker services:

$ cd registry
$ docker-compose up -d

Run Tests

$ python tests.py 

Quick deployment to cloud

Amazon AWS, Digital Ocean, Hetzner and others

Contributing

  1. Fork it (https://github.com/trydirect/registry/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Support Development

Send your PR's, ideas or

Donate