This is an automated email from the ASF dual-hosted git repository.

yihaochen pushed a commit to branch quick-start-windows-doc
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/quick-start-windows-doc by 
this push:
     new 75119e1ae4 Add windows powershell quick start guide
75119e1ae4 is described below

commit 75119e1ae48a4392893bedc057dcba76c8e861f9
Author: Superskyyy <supersk...@outlook.com>
AuthorDate: Sat Mar 16 15:28:16 2024 -0400

    Add windows powershell quick start guide
---
 docs/en/setup/backend/backend-docker.md | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/docs/en/setup/backend/backend-docker.md 
b/docs/en/setup/backend/backend-docker.md
index b0dc88c925..f806df9b9a 100644
--- a/docs/en/setup/backend/backend-docker.md
+++ b/docs/en/setup/backend/backend-docker.md
@@ -1,24 +1,27 @@
 # How to use the Docker images
 
-## Start the storage, OAP and UI with docker-compose
+## Start the storage, OAP and Booster UI with docker-compose
 
-As a quick start, you can use our one-line script to start ElasticSearch or
-BanyanDB as the storage, OAP server and UI, please make sure you have installed
-Docker.
+As a quick start, you can use our one-liner script to start ElasticSearch or
+BanyanDB as the storage, OAP server and Booster UI, please make sure you have 
installed Docker.
 
+**Linux, macOS, Windows (WSL)**
 ```shell
 bash <(curl -sSL https://skywalking.apache.org/quickstart-docker.sh) 
 ```
 
-You will be prompted to choose the storage type, and then the script will start
-the backend cluster with the selected storage.
+**Windows (Powershell)**
+```powershell
+(Invoke-WebRequest -Uri https://skywalking.apache.org/quickstart-docker.ps1 
-UseBasicParsing).Content | Invoke-Expression
+```
+
+You will be prompted to choose the storage type, and then the script will 
start the backend cluster with the selected storage. 
 
 To tear down the cluster, run the following command:
 
 ```shell
 docker compose --project-name=skywalking-quickstart down
 ```
-
 ## Start a `standalone` container with `H2` storage
 
 ```shell

Reply via email to