Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Docker README.md #4160

Merged
merged 1 commit into from
Jan 8, 2024
Merged

Fix Docker README.md #4160

merged 1 commit into from
Jan 8, 2024

Conversation

crossoverJie
Copy link
Member

Descriptions of the changes in this PR:

Fix 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the /opt/bookkeeper prefix? @zymap Please help take a look, thanks.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

&& mv bookkeeper-server-${BK_VERSION}/ /opt/bookkeeper/ \

mv bookkeeper-server-${BK_VERSION}/ /opt/bookkeeper/

ENTRYPOINT [ "/bin/bash", "/opt/bookkeeper/scripts/entrypoint.sh" ]

run_command /opt/bookkeeper/bin/bookkeeper bookie

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

&& mv bookkeeper-server-${BK_VERSION}/ /opt/bookkeeper/ \

mv bookkeeper-server-${BK_VERSION}/ /opt/bookkeeper/

ENTRYPOINT [ "/bin/bash", "/opt/bookkeeper/scripts/entrypoint.sh" ]

run_command /opt/bookkeeper/bin/bookkeeper bookie

@zymap zymap added this to the 4.17.0 milestone Dec 27, 2023
@hangc0276 hangc0276 merged commit 787d9b2 into apache:master Jan 8, 2024
16 of 17 checks passed
Ghatage pushed a commit to sijie/bookkeeper that referenced this pull request Jul 12, 2024
Descriptions of the changes in this PR:

Fix Docker README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants