Registry with Cloud Files libraries
388
The dotcloud "registry" image has a sample configuration for swiftclient/Cloud Files but not the appropriate libraries. This one does, and we use it to bootstrap our private registry without having to teach Puppet how to "docker build".
Run like so:
docker run \
-e LOGLEVEL=INFO \
-e SETTINGS_FLAVOR=swift \
-e OS_CONTAINER=containername \
-e OS_USERNAME=cfusername \
-e OS_PASSWORD=cfpassword \
-e OS_TENANT_NAME=' ' \
-e OS_REGION_NAME=ORD \
-e OS_AUTH_URL="https://identity.api.rackspacecloud.com/v2.0" \
-e GUNICORN_WORKERS=8 \
-e SEARCH_BACKEND="sqlalchemy" \
-p 5000:5000 \
freshbooks/registry-cloudfiles
Content type
Image
Digest
sha256:cea76c49e…
Size
155 MB
Last updated
almost 11 years ago
docker pull freshbooks/registry-cloudfiles:0.9.0