From 19bbce0294d756aea0f24c3623b235614ca60508 Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 20 Dec 2024 17:08:40 +0800 Subject: [PATCH] Update pre-requirements.md --- docs/en/get-started/pre-requirements.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/en/get-started/pre-requirements.md b/docs/en/get-started/pre-requirements.md index 5122380eca..0763fa2489 100644 --- a/docs/en/get-started/pre-requirements.md +++ b/docs/en/get-started/pre-requirements.md @@ -59,7 +59,7 @@ npm install --global yarn ## Docker Engine or Docker Desktop -ABP's [startup solution templates](../solution-templates/index.md) use Docker to run infrastructure services (e.g. Redis, RabbitMQ) required by your application. You can install Docker Engine or Docker Desktop (recommended) on Windows, macOS and Linux. +ABP's [Layered Solution](../solution-templates/layered-web-application/index.md) and [Microservice Solution](../solution-templates/microservice/index.md) use Docker to run infrastructure services (e.g. SQL Server, Redis, RabbitMQ) required by your application. You can install Docker Engine or Docker Desktop (recommended) on Windows, macOS and Linux. * [Docker Desktop](https://www.docker.com/products/docker-desktop/) (recommended) * [Docker Engine](https://docs.docker.com/engine/install/) @@ -82,10 +82,6 @@ ABP startup solution templates and tools use some PowerShell scripts (`*.ps1`) t The following tools are only required to develop ABP's [microservice solution](../solution-templates/microservice/index.md) -### Docker Engine or Docker Desktop - -Docker is required to run essential infrastructure services like SQL Server/MongoDB, Redis, RabbitMQ, and Elastic Stack for your microservice application. Follow the instructions above to install Docker Engine or Docker Desktop. - ### Helm [Helm](https://helm.sh/) is a package manager for Kubernetes. You can install Helm by following the [Helm installation guide](https://helm.sh/docs/intro/install/).