Stopping a Service

This topic guides you through the steps required to stop a service.

To stop any service, complete the following steps:
  1. Change to the ibm-ucd-patterns-install/docker-install directory for the service you want to stop.
  2. To stop the service, run this command docker-compose down
  3. To verify that the service containers are no longer running, run this command docker ps -a