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>/down

For example:

make -f .stoobly/docker/Makefile record/down
  1. After running the command, the workflow containers should no longer be running:

$ docker ps

Options

To see what options are available:

make -f .stoobly/docker/Makefile record/down options="-h"

Last updated

Was this helpful?