From 1b6ac1f1aa6b55f4716b6b664e77ebd9867f9585 Mon Sep 17 00:00:00 2001 From: aTibrewala Date: Mon, 17 Mar 2025 03:07:18 -0400 Subject: [PATCH] Add verification step to Running a Sample Signed-off-by: aTibrewala --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86f9adc..4f34c0e 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ a local environment by going into the root directory of each one and executing: ```console docker compose up -d ``` - +Run `docker compose ps` to verify services are up. Check the `README.md` of each sample to get more details on the structure and what is the expected output. To stop and remove all containers of the sample application run: