This is an automated email from the ASF dual-hosted git repository.

shoothzj 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 5dc5f498ac [doc] fix bookkeeper binary path (#4166)
5dc5f498ac is described below

commit 5dc5f498acad1be2ed6a70502ec9e50475135946
Author: 赤月 <[email protected]>
AuthorDate: Mon Jan 1 20:02:52 2024 +0800

    [doc] fix bookkeeper binary path (#4166)
---
 docker/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/README.md b/docker/README.md
index 82c635faa1..cb65b83d9a 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -232,8 +232,8 @@ Be careful where you put the transaction log (journal). A 
dedicated transaction
 
 Here is some useful and graceful command the could be used to replace the 
default command, once you want to delete the cookies and do auto recovery:
 ```
-/bookkeeper/bin/bookkeeper shell bookieformat -nonInteractive -force 
-deleteCookie
-/bookkeeper/bin/bookkeeper autorecovery
+/opt/bookkeeper/bin/bookkeeper shell bookieformat -nonInteractive -force 
-deleteCookie
+/opt/bookkeeper/bin/bookkeeper autorecovery
 ```
 Use them, and replace the default [CMD] when you wanted to do things other 
than start a bookie.
 

Reply via email to