From 5768baf6c511cb4c8abfc613e96378709d45372a Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Mon, 21 Jul 2025 11:59:56 +0300 Subject: [PATCH] Update microservice.md --- docs/en/get-started/microservice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/get-started/microservice.md b/docs/en/get-started/microservice.md index ac20918e67..3c37077158 100644 --- a/docs/en/get-started/microservice.md +++ b/docs/en/get-started/microservice.md @@ -152,7 +152,7 @@ In the *Solution Runner* section (on the left side) you can see all the runnable ![abp-studio-microservice-solution-runner-applications](images/abp-studio-microservice-solution-runner-applications.png) -> A leaf item in the *Solution Runner* is called as an *Application* as it is an executable application. +> A leaf item in the *Solution Runner* is called as an *Application* as it is an executable application, excluding items under `Containers`. As shown in the figure above, the executable applications are grouped into folders like `apps`, `gateways`, and `services`. You can start/stop them all, a group (folder) of them, or one by one. The `Containers` branch contains the needed docker containers for the applications.