Skip to content

Instantly share code, notes, and snippets.

@jjungnickel
Created July 24, 2015 14:06
Show Gist options
  • Save jjungnickel/3925dcb813297f4ec78f to your computer and use it in GitHub Desktop.
Save jjungnickel/3925dcb813297f4ec78f to your computer and use it in GitHub Desktop.
docker run -it --rm \
-e REGISTRY_STORAGE=s3 \
-e REGISTRY_STORAGE_S3_SECRETKEY="foo" \
-e REGISTRY_STORAGE_S3_ACCESSKEY="bar" \
-e REGISTRY_STORAGE_S3_BUCKET="baz" \
-e REGISTRY_STORAGE_S3_REGION="eu-central-1" \
openshift/origin-docker-registry:latest
FATA[0000] Error parsing configuration file: yaml: unmarshal errors:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment