A docker image for private docker-registry backend Aliyun OSS.
153
Source Repository nunchuk/docker-registry-oss
Form the Docker official latest stable version 0.9.1.
Launch a docker-registry container
docker run \
-e OSS_BUCKET=<Bucket Name> \
-e STORAGE_PATH=/registry \
-e OSS_HOST=vpc100-oss-cn-beijing.aliyuncs.com \
-e OSS_KEY=<Access Key ID> \
-e OSS_SECRET=<Access Key Secret> \
-p 5000:5000 \
-d \
nunchuk/docker-registry-oss
Point your browser to http://localhost:5000 and confirm the success of the service.
Content type
Image
Digest
sha256:d682dcfdc…
Size
181 MB
Last updated
almost 11 years ago
docker pull nunchuk/docker-registry-oss:1.0