From 014d50bac5a4550ab819d3a5178f48cd224fec6b Mon Sep 17 00:00:00 2001 From: aTibrewala Date: Mon, 17 Mar 2025 02:42:01 -0400 Subject: [PATCH] Add verification step to Running a Sample Signed-off-by: aTibrewala --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb13f77..e5f8e3c 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ a local environment by going into the root directory of each one and executing: 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: