Versions Compared

Key

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

...

  1. make local changes
  2. ./manualBuild.sh - build local docker images with tags based on branch name
  3. docker ps - check to see what's running.
  4. docker stop 201.1.1 - stop an image
  5. ./gte 201.1.1 - start an image
  6. test/review changes at https://localhost:8443/grouper
  7. repeat.
Code Block
docker restart rabbitmq
./gte 101.1.1


stop

docker ps
docker stop imageId

...