Versions Compared

Key

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

...

  •  /data/scripts/docker_run.sh -r 1.1-STAGING-latest - Downloads and deploys the latest dockers from the nexus to the environment (Also aliased as drun)
  •  /data/scripts/docker_run.sh -r 1.1-STAGING-latest  -l - Deploy dockers from the local images found on the vagrant (Also aliased as drun)
  • For more flags to use with the docker_run.sh script please refer to the following guide: SDC docker_run Script Usage
  • /data/scripts/simulator_docker_run.sh -r 1.1-STAGING-latest - Deploying the local webseal simulator on the vagrant
  • /data/scripts/docker_health.sh - Requests healthcheck from FE & BE (Also aliased as health)
  • Docker logs <CONTAINER_ID> - Command to display the logs of the wanted container
  • Logs can be found in /data/logs directory. BE logs under the BE folder and FE logs under the FE