From 5dca8ab1f4464ea2e964f3b9d6c6eb620429393d Mon Sep 17 00:00:00 2001 From: crossoverJie Date: Mon, 8 Jan 2024 11:41:47 +0800 Subject: [PATCH] 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 cb65b83d9a7..462f1ae2a16 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): ```