Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 70f506b

Browse files
committed
Merge pull request #677 from tobegit3hub/master
Add DRIVERS.md for implemented docker-registry drivers
2 parents 3ad357c + 7a4d633 commit 70f506b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

DRIVERS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
# Drivers
3+
4+
* [docker-registry-driver-gcs](https://github.com/dmp42/docker-registry-driver-gcs)
5+
* [docker-registry-driver-swift](https://github.com/bacongobbler/docker-registry-driver-swift)
6+
* [docker-registry-driver-qiniu](https://github.com/zhangpeihao/docker-registry-driver-qiniu)
7+
* [docker-registry-driver-hdfs](https://github.com/lyda/docker-registry-driver-hdfs)
8+
* [docker-registry-driver-sinastorage](https://github.com/kerwin/docker-registry-driver-sinastorage)
9+

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,15 @@ Then, start your registry with a mount point to expose your new configuration in
334334
sudo docker run -p 5000:5000 -v /home/me/myfolder:/registry-conf -e DOCKER_REGISTRY_CONFIG=/registry-conf/mysuperconfig.yml registry
335335
```
336336

337-
338337
Advanced use
339338
============
340339

341340
For more features and advanced options, have a look at the [advanced features documentation](ADVANCED.md)
342341

342+
Drivers
343+
=======
344+
345+
For more backend drivers, please read [drivers.md](DRIVERS.md)
343346

344347
For developers
345348
==============
@@ -350,3 +353,4 @@ Read [contributing](CONTRIBUTING.md)
350353
[SQLAlchemy]: http://docs.sqlalchemy.org/
351354
[create_engine]: http://docs.sqlalchemy.org/en/latest/core/engines.html#sqlalchemy.create_engine
352355
[gunicorn-preload]: http://gunicorn-docs.readthedocs.org/en/latest/settings.html#preload-app
356+

0 commit comments

Comments
 (0)