You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


  • docker ps - Shows a list of the current running containers
  • docker stop <CONTAINER_ID> - stop the container with the wanted id
  • docker images - Shows a list of the current images found on the 
  • docker rmi <IMAGE_ID> - removes the image with the wanted id from the machine
  •  /data/scripts/docker_run.sh -r 1.1-STAGING-latest       - Downloads and deploys the latest dockers to the environment
  • /data/scripts/docker_health.sh        - Requests healthcheck from FE & BE
  • Logs are under:

/data/logs

/data/logs/BE

/data/logs/FE

 

  • Docker logs <CONTAINER ID> - Use this command to see the logs of a specific docker

 

  • docker exec -it <CONTAINER ID> bash

    To run bash in desired docker

    cqlsh -u asdc_user -p 'Aa1234%^!'

    To run cqlsh in Cassandra docker (first run bash in Cassandra docker)

  • No labels