This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 44a3cd53b927 Fix missing docker cmd (#785)
44a3cd53b927 is described below
commit 44a3cd53b92714c2e28d08121c95565e19e9a7bb
Author: Jiwei Guo <[email protected]>
AuthorDate: Fri Feb 9 22:15:15 2024 +0800
Fix missing docker cmd (#785)
---
docs/getting-started-docker.md | 1 +
versioned_docs/version-3.2.x/getting-started-docker.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/getting-started-docker.md b/docs/getting-started-docker.md
index 7daa1b604e38..994b41f89c0f 100644
--- a/docs/getting-started-docker.md
+++ b/docs/getting-started-docker.md
@@ -28,6 +28,7 @@ For macOS, Linux, and Windows, run the following command to
start Pulsar within
<TabItem value="macOS & Linux">
```shell
+docker run -it \
-p 6650:6650 \
-p 8080:8080 \
--mount source=pulsardata,target=/pulsar/data \
diff --git a/versioned_docs/version-3.2.x/getting-started-docker.md
b/versioned_docs/version-3.2.x/getting-started-docker.md
index 7daa1b604e38..994b41f89c0f 100644
--- a/versioned_docs/version-3.2.x/getting-started-docker.md
+++ b/versioned_docs/version-3.2.x/getting-started-docker.md
@@ -28,6 +28,7 @@ For macOS, Linux, and Windows, run the following command to
start Pulsar within
<TabItem value="macOS & Linux">
```shell
+docker run -it \
-p 6650:6650 \
-p 8080:8080 \
--mount source=pulsardata,target=/pulsar/data \