kezhenxu94 commented on code in PR #12014:
URL: https://github.com/apache/skywalking/pull/12014#discussion_r1524150570


##########
docs/en/setup/backend/backend-docker.md:
##########
@@ -1,5 +1,24 @@
 # How to use the Docker images
 
+## Start the storage, OAP and 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.
+
+```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.
+
+To tear down the cluster, run the following command:
+
+```shell
+docker compose --project-name=skywalking-quickstart down

Review Comment:
   At the end of the script, the following log will be printed so the users 
should be very clear which port to use, I can add BanyanDB UI port there if 
users choose BanyanDB as storage
   
   ```
   # ...
   SkyWalking is now running. You can send telemetry data at localhost:11800 
and access the UI at http://localhost:8080
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to