Skip to content

Instantly share code, notes, and snippets.

@mattb
Created December 11, 2014 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattb/93fc9d4e81459c9c99e0 to your computer and use it in GitHub Desktop.
Save mattb/93fc9d4e81459c9c99e0 to your computer and use it in GitHub Desktop.
- name: Docker registry
docker: image=registry:0.9.0 ports=5000:5000 name=registry env="SETTINGS_FLAVOR=s3,AWS_BUCKET=docker-something,STORAGE_PATH=/registry,AWS_KEY=...,AWS_SECRET=...,SEARCH_BACKEND=sqlalchemy" state=running
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment