You are here

deploy.txt in Realistic Dummy Content 8

deploy.sh usage
=====

Installation
-----

Please place the entire "dcycle" directory, which contains the deploy.sh script,
at the root of your project.

Call this script from within a CoreOS VM, which must contain Docker.

Usage
-----

./dcycle/deploy.sh

  When used without any arguments, prints this help.

-p 1234

  Deploys your project so that it is available on port 1234 of the host. If the port
  is already allocated you will get the error message

-n

  if -n is not set or not set to a valid value, we will assume "normal".

  This string will be appended to the container for easier management; for example tests
  might append a specific name like 'test14822' so that they can easily delete those
  containers when tearing down the test.

File

dcycle/readme/deploy.txt
View source
  1. deploy.sh usage
  2. =====
  3. Installation
  4. -----
  5. Please place the entire "dcycle" directory, which contains the deploy.sh script,
  6. at the root of your project.
  7. Call this script from within a CoreOS VM, which must contain Docker.
  8. Usage
  9. -----
  10. ./dcycle/deploy.sh
  11. When used without any arguments, prints this help.
  12. -p 1234
  13. Deploys your project so that it is available on port 1234 of the host. If the port
  14. is already allocated you will get the error message
  15. -n
  16. if -n is not set or not set to a valid value, we will assume "normal".
  17. This string will be appended to the container for easier management; for example tests
  18. might append a specific name like 'test14822' so that they can easily delete those
  19. containers when tearing down the test.