Skip to content

Instantly share code, notes, and snippets.

@mgreau
Created April 1, 2016 12:19
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 mgreau/2db2835099a56a1c521d84c3b7854265 to your computer and use it in GitHub Desktop.
Save mgreau/2db2835099a56a1c521d84c3b7854265 to your computer and use it in GitHub Desktop.
docker-release-cmd.txt
docker volume create --name=SWF-3612-calendar-workspace
docker run -d -v /home/mgreau/.gnupg/pubring.gpg:/home/exo-release/.gnupg/pubring.gpg:ro \
-v /home/mgreau/.gnupg/secring.gpg:/home/exo-release/.gnupg/secring.gpg:ro \
-v /home/mgreau/.gnupg/gpg.conf:/home/exo-release/.gnupg/gpg.conf:ro \
-v /home/mgreau/.ssh/id_rsa:/home/exo-release/.ssh/id_rsa:ro \
--env-file /home/mgreau/.eXoR/exor-config.properties \
-v SWF-3612-calendar-workspace:/opt/plf-release/workspace \
--volumes-from m2_cache \
--name SWF-3612-calendar \
exoplatform/exor-maven32-java7:1.0.0 \
"release-start calendar SWF-3612"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment