This is an automated email from the ASF dual-hosted git repository.
tison 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 5e48ec7d684 Update getting-started-docker.md (#424)
5e48ec7d684 is described below
commit 5e48ec7d684bea0785bb15a16403a0bcd2749c47
Author: Steve <[email protected]>
AuthorDate: Sat Feb 18 15:22:48 2023 +0200
Update getting-started-docker.md (#424)
ChatGPT proposed change to fix "docker: invalid reference format." error
when running the example
---
versioned_docs/version-2.11.x/getting-started-docker.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versioned_docs/version-2.11.x/getting-started-docker.md
b/versioned_docs/version-2.11.x/getting-started-docker.md
index 5a14dab983a..501e3883932 100644
--- a/versioned_docs/version-2.11.x/getting-started-docker.md
+++ b/versioned_docs/version-2.11.x/getting-started-docker.md
@@ -13,7 +13,7 @@ If you have not installed Docker, download the [Community
edition](https://www.d
For macOS, Linux, and Windows, run the following command to start Pulsar
within a Docker container.
```shell
-docker run -it -p 6650:6650 -p 8080:8080 --mount
source=pulsardata,target=/pulsar/data --mount
source=pulsarconf,target=/pulsar/conf
apachepulsar/pulsar:@pulsar:version@bin/pulsar standalone
+docker run -it -p 6650:6650 -p 8080:8080 --mount
source=pulsardata,target=/pulsar/data --mount
source=pulsarconf,target=/pulsar/conf apachepulsar/pulsar:@pulsar:version@
bin/pulsar standalone
```
If you want to change Pulsar configurations and start Pulsar, run the
following command by passing environment variables with the `PULSAR_PREFIX_`
prefix. See [default configuration
file](https://github.com/apache/pulsar/blob/e6b12c64b043903eb5ff2dc5186fe8030f157cfc/conf/standalone.conf)
for more details.