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

Commit 375c3e3

Browse files
committed
add oss_host param.
1 parent 0b0e4a7 commit 375c3e3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

DRIVERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* [docker-registry-driver-qiniu](https://github.com/zhangpeihao/docker-registry-driver-qiniu)
77
* [docker-registry-driver-hdfs](https://github.com/lyda/docker-registry-driver-hdfs)
88
* [docker-registry-driver-sinastorage](https://github.com/kerwin/docker-registry-driver-sinastorage)
9-
* [docker-registry-driver-alioss](https://github.com/chris-jin/docker-registry-driver-alioss.git)
9+
* [docker-registry-driver-oss](https://github.com/chris-jin/docker-registry-driver-alioss.git)
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ To use and install one of these alternate storages:
286286
* [swift](https://github.com/bacongobbler/docker-registry-driver-swift)
287287
* [gcs](https://github.com/dmp42/docker-registry-driver-gcs)
288288
* [glance](https://github.com/dmp42/docker-registry-driver-glance)
289-
* [alioss](https://github.com/chris-jin/docker-registry-driver-alioss.git)
289+
* [oss](https://github.com/chris-jin/docker-registry-driver-alioss.git)
290290

291291
### storage file
292292

config/config_sample.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ oss: &oss
192192
<<: *common
193193
storage: alioss
194194
storage_path: _env:STORAGE_PATH:/registry/
195+
oss_host: _env:OSS_HOST
195196
oss_bucket: _env:OSS_BUCKET
196197
oss_accessid: _env:OSS_KEY
197198
oss_accesskey: _env:OSS_SECRET

0 commit comments

Comments
 (0)