A Docker registry image built from
registry:2.0
This image is a customization of registry:2.0. It replaces the default config.yml from
that image by one that:
If you want this exact same configuration, you can use this image by overriding some environment variable (you have to specify values for all of them):
docker run --rm \
--env REGISTRY_HTTP_SECRET=<random-value> \
--env REGISTRY_REPORTING_NEWRELIC_LICENSEKEY=<value> \
--env REGISTRY_STORAGE_S3_ACCESSKEY=<value> \
--env REGISTRY_STORAGE_S3_BUCKET=<value> \
--env REGISTRY_STORAGE_S3_REGION=<value> \
--env REGISTRY_STORAGE_S3_SECRETKEY=<value> \
--publish 5000 \
masm/registry:latest
If you want a different configuration, please use registry:2.0 image as a base instead.
Copyright (c) 2015 Marco Monteiro. Released under the MIT license. See LICENSE file for details.
Content type
Image
Digest
sha256:161eebb72…
Size
181.1 MB
Last updated
over 8 years ago
docker pull masm/registry