Sign inSign up

nunchuk/docker-registry-oss

By nunchuk

•Updated almost 11 years ago

A docker image for private docker-registry backend Aliyun OSS.

Image
0

153

nunchuk/docker-registry-oss repository overview

Source Repository nunchuk/docker-registry-oss⁠

Form the Docker official latest stable version 0.9.1⁠.

⁠Quick Start

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.

⁠Configuration Parameters

Tag summary

Content type

Image

Digest

sha256:d682dcfdc…

Size

181 MB

Last updated

almost 11 years ago

docker pull nunchuk/docker-registry-oss:1.0