This is an automated email from the ASF dual-hosted git repository.
chenhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 787d9b2301 Update Docker README.md (#4160)
787d9b2301 is described below
commit 787d9b23018d7b10e40a307032eeb0d3fc5287d0
Author: crossoverJie <[email protected]>
AuthorDate: Mon Jan 8 11:41:47 2024 +0800
Update Docker README.md (#4160)
Descriptions of the changes in this PR:
Fix Docker README.md
---
docker/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/README.md b/docker/README.md
index cb65b83d9a..462f1ae2a1 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -118,7 +118,7 @@ docker run -it --rm \
--network "bk_network" \
--env BK_zkServers=test_zookeeper:2181 \
apache/bookkeeper \
- bookkeeper shell metaformat
+ /opt/bookkeeper/bin/bookkeeper shell metaformat
```
Now we can start our Bookkeeper ensemble (e.g. with three bookies):
```