Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When wanting to deploy the SDC dockers into your machine you can run the docker_run script with one or more of the following options:


  1. -r | --release <RELEASE_NAME> - The specific release you want to pull and deploy.

    For example: -r 1.1-STAGING-latest.

    By default this option will point to the latest docker version available

    Code Block
    -r 1.1-STAGING-latest
  2. -e | --environment <ENV-NAME> - The environment name you want to be deployed. For Example:

    -e ENV.

    By Default this option will be the AUTO environment.

    Code Block
    -e ENV
  3. -p | --port <DOCKER_HUB_PORT> - The port from which to connect to the docker nexus. For Example: -p 10001. By Default this option will point to the port: 10003
  4. -l | --local <Run-without-pull> - This option is for deploying the dockers found locally on the machine without pulling them first. For example: