This repository was archived by the owner on Sep 12, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
* [ docker-registry-driver-qiniu] ( https://github.com/zhangpeihao/docker-registry-driver-qiniu )
7
7
* [ docker-registry-driver-hdfs] ( https://github.com/lyda/docker-registry-driver-hdfs )
8
8
* [ 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 )
10
10
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ To use and install one of these alternate storages:
286
286
* [swift](https://github.com/bacongobbler/docker-registry-driver-swift)
287
287
* [gcs](https://github.com/dmp42/docker-registry-driver-gcs)
288
288
* [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)
290
290
291
291
# ## storage file
292
292
Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ oss: &oss
192
192
<< : *common
193
193
storage : alioss
194
194
storage_path : _env:STORAGE_PATH:/registry/
195
+ oss_host : _env:OSS_HOST
195
196
oss_bucket : _env:OSS_BUCKET
196
197
oss_accessid : _env:OSS_KEY
197
198
oss_accesskey : _env:OSS_SECRET
You can’t perform that action at this time.
0 commit comments