SkyLothar / docker-registry-driver-alioss

Docker Registry Driver For Aliyun OSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker registry alioss driver

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

PyPI version Build Status

Coverage Status

Usage

Assuming you have a working docker-registry and an alioss account.

pip install docker-registry-driver-alioss

Edit your configuration so that storage reads alioss.

Options

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

storage: alioss
alioss_datacenter: ""
alioss_logfile: "/tmp/docker-registry-alioss.log"
alioss_loglevel: debug

Developer setup

Clone this.

Get your python ready: You are ready to hack. In order to verify what you did is ok, just run tox.

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 For Aliyun OSS

License:Apache License 2.0


Languages

Language:Python NaN%