This is an automated email from the ASF dual-hosted git repository.
chenguangsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh-site.git
The following commit(s) were added to refs/heads/master by this push:
new 20b9e3f7 Updated docker commands for runtime
new 294a7e16 Merge pull request #88 from kuldeepsidhu88/doc-update
20b9e3f7 is described below
commit 20b9e3f742a74c13f1560a69e785429f583107d2
Author: Kuldeep Singh <[email protected]>
AuthorDate: Sun Jun 18 19:15:14 2023 +0530
Updated docker commands for runtime
---
docs/instruction/02-runtime-with-docker.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/instruction/02-runtime-with-docker.md
b/docs/instruction/02-runtime-with-docker.md
index 31e5c29c..740c358c 100644
--- a/docs/instruction/02-runtime-with-docker.md
+++ b/docs/instruction/02-runtime-with-docker.md
@@ -72,8 +72,8 @@ Run an EventMesh container from the `eventmesh/eventmesh`
image with the `docker
```shell
sudo docker run -d -p 10000:10000 -p 10105:10105 \
--v
/data/eventmesh/rocketmq/conf/eventmesh.properties:/data/app/eventmesh/conf/eventmesh.properties
\
--v
/data/eventmesh/rocketmq/conf/rocketmq-client.properties:/data/app/eventmesh/conf/rocketmq-client.properties
\
+-v
`pwd`/data/eventmesh/rocketmq/conf/eventmesh.properties:/data/app/eventmesh/conf/eventmesh.properties
\
+-v
`pwd`/data/eventmesh/rocketmq/conf/rocketmq-client.properties:/data/app/eventmesh/conf/rocketmq-client.properties
\
eventmesh/eventmesh:v1.4.0
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]