Skip to content

Instantly share code, notes, and snippets.

@chilicat
Created October 28, 2013 15:48
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 chilicat/7199277 to your computer and use it in GitHub Desktop.
Save chilicat/7199277 to your computer and use it in GitHub Desktop.
Create docker registry for openstack
docker run -d -p 5042:5000 -e SETTINGS_FLAVOR=openstack -e OS_USERNAME=${OS_USERNAME} -e OS_PASSWORD=${OS_PASSWORD} -e OS_TENANT_NAME=${OS_TENANT_NAME} -e OS_GLANCE_URL="http://10.129.184.9:9292" -e OS_AUTH_URL=${OS_AUTH_URL} docker-registry ./docker-registry/run.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment