Stopping a Service
This topic guides you through the steps required to stop a service.
- Change to the ibm-ucd-patterns-install/docker-install directory for the service you want to stop.
-
To stop the service, run this command
docker-compose down
-
To verify that the service containers are no longer running, run this command
docker ps -a