Stop Services - TheLadders/pipeline GitHub Wiki

Stop the Pipeline Services

  • The following must be done within the Docker Container.
root@03467bdfe15f:~/pipeline# ./bythebay-stop.sh

Stop the Docker Container

  • From outside the Docker Container either ec2-linux or macosx-laptop, do the following
macosx-laptop$ docker ps

...copy the [CONTAINER ID]...

macosx-laptop$ docker stop [CONTAINER ID]