Stopping with Make

Steps to Stop a Workflow

  1. Run the workflow stop command in the root of the app directory

make -f .stoobly/docker/Makefile <WORKFLOW-NAME>/stop

For example:

make -f .stoobly/docker/Makefile record/stop
  1. After running the command, the following containers will be running:

$ docker ps -a
# All removed!

Last updated