Advertisement
Guest User

Untitled

a guest
Jan 5th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ----------------
  2. kolla-build.conf
  3. ----------------
  4. [DEFAULT]
  5. base=ubuntu
  6. install_type=source
  7. threads=1
  8. namespace=quay.io/attcomdevaic
  9. tag=3.0.1
  10.  
  11. [keystone-base]
  12. type = local
  13. location = /code
  14.  
  15. ------------------
  16. docker run command
  17. ------------------
  18. docker run -d --privileged \
  19. -e KOLLA_BASE=ubuntu \
  20. -e KOLLA_TYPE=source \
  21. -e KOLLA_TAG=3.0.1 \
  22. -e KOLLA_PROJECT=keystone \
  23. -e KOLLA_NAMESPACE=attcomdevaic \
  24. -e KOLLA_VERSION=3.0.1 \
  25. -e DOCKER_USER="YOURUSER" \
  26. -e DOCKER_PASS=YOURPASS \
  27. -e DOCKER_REGISTRY=quay.io \
  28. quay.io/attcomdev/kolla-builder:latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement