This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new cfb22d5732 Tips on the difference in PowerShell in
quickstartWithDocker (#731)
cfb22d5732 is described below
commit cfb22d5732a70243a52ca3acb292aabd6478c787
Author: Xu Jinyang <[email protected]>
AuthorDate: Mon Jun 9 00:18:15 2025 +0800
Tips on the difference in PowerShell in quickstartWithDocker (#731)
---
docs/01-quickstart/02quickstartWithDocker.md | 1 +
.../current/01-quickstart/02quickstartWithDocker.md | 1 +
.../version-5.0/02-quickStart/02quickstartWithDocker.md | 1 +
versioned_docs/version-5.0/02-quickStart/02quickstartWithDocker.md | 1 +
4 files changed, 4 insertions(+)
diff --git a/docs/01-quickstart/02quickstartWithDocker.md
b/docs/01-quickstart/02quickstartWithDocker.md
index d9e4ae0699..298d5e0376 100644
--- a/docs/01-quickstart/02quickstartWithDocker.md
+++ b/docs/01-quickstart/02quickstartWithDocker.md
@@ -84,6 +84,7 @@ docker run -d ^
--net rocketmq ^
-p 10912:10912 -p 10911:10911 -p 10909:10909 ^
-e "NAMESRV_ADDR=rmqnamesrv:9876" ^
+# 在PowerShell中请将 %cd% 替换为 $pwd
-v %cd%\broker.conf:/home/rocketmq/rocketmq-4.9.6/conf/broker.conf ^
apache/rocketmq:4.9.6 sh mqbroker ^
-c /home/rocketmq/rocketmq-4.9.6/conf/broker.conf
diff --git
a/i18n/en/docusaurus-plugin-content-docs/current/01-quickstart/02quickstartWithDocker.md
b/i18n/en/docusaurus-plugin-content-docs/current/01-quickstart/02quickstartWithDocker.md
index 3707fe117e..1af95983d3 100644
---
a/i18n/en/docusaurus-plugin-content-docs/current/01-quickstart/02quickstartWithDocker.md
+++
b/i18n/en/docusaurus-plugin-content-docs/current/01-quickstart/02quickstartWithDocker.md
@@ -82,6 +82,7 @@ docker run -d ^
--net rocketmq ^
-p 10912:10912 -p 10911:10911 -p 10909:10909 ^
-e "NAMESRV_ADDR=rmqnamesrv:9876" ^
+# In PowerShell, replace %cd% with $pwd
-v %cd%\broker.conf:/home/rocketmq/rocketmq-4.9.6/conf/broker.conf ^
apache/rocketmq:4.9.6 sh mqbroker ^
-c /home/rocketmq/rocketmq-4.9.6/conf/broker.conf
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/02quickstartWithDocker.md
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/02quickstartWithDocker.md
index dfe0f9f2d9..742ca1f3cc 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/02quickstartWithDocker.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/02quickstartWithDocker.md
@@ -58,6 +58,7 @@ docker run -d \
-p 10912:10912 -p 10911:10911 -p 10909:10909 \
-p 8080:8080 -p 8081:8081 \
-e "NAMESRV_ADDR=rmqnamesrv:9876" \
+# In PowerShell, replace %cd% with $pwd
-v ./broker.conf:/home/rocketmq/rocketmq-5.3.2/conf/broker.conf \
apache/rocketmq:5.3.2 sh mqbroker --enable-proxy \
-c /home/rocketmq/rocketmq-5.3.2/conf/broker.conf
diff --git a/versioned_docs/version-5.0/02-quickStart/02quickstartWithDocker.md
b/versioned_docs/version-5.0/02-quickStart/02quickstartWithDocker.md
index 4f9055d481..6223739d39 100644
--- a/versioned_docs/version-5.0/02-quickStart/02quickstartWithDocker.md
+++ b/versioned_docs/version-5.0/02-quickStart/02quickstartWithDocker.md
@@ -79,6 +79,7 @@ docker run -d ^
-p 10912:10912 -p 10911:10911 -p 10909:10909 ^
-p 8080:8080 -p 8081:8081 \
-e "NAMESRV_ADDR=rmqnamesrv:9876" ^
+# 在PowerShell中请将 %cd% 替换为 $pwd
-v %cd%\broker.conf:/home/rocketmq/rocketmq-5.3.2/conf/broker.conf ^
apache/rocketmq:5.3.2 sh mqbroker --enable-proxy \
-c /home/rocketmq/rocketmq-5.3.2/conf/broker.conf