Skip to content

kieslee/docker-registry-driver-glance

 
 

Repository files navigation

Docker registry glance driver

This is a docker-registry backend driver based on the glance key-value storage.

PyPI version Build Status

Usage

Assuming you have a working docker-registry and glance setup.

pip install docker-registry-driver-glance

Edit your configuration so that storage reads glance.

Options

You may add any of the following to your main docker-registry configuration to further configure it.

Example:

Developer setup

Clone this.

Get your python ready:

sudo apt-get install python-pip
sudo pip install tox

You are ready to hack. In order to verify what you did is ok:

  • run tox
  • alternatively, run python setup.py nosetests to only run tests on the system python

This will run the tests provided by docker-registry-core

License

This is licensed under the Apache license. Most of the code here comes from docker-registry, under an Apache license as well.

About

Docker registry driver using glance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%