-
Notifications
You must be signed in to change notification settings - Fork 65
HDDS-11631. Add Run with Docker Compose guide #101
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
Merged
jojochuang
merged 9 commits into
apache:HDDS-9225-website-v2
from
ptlrs:HDDS-11631-run-with-docker-compose-guide
Dec 16, 2025
+8,431
−5,773
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
d652f2f
HDDS-11631.Added Running Ozone From Docker Compose guide
ptlrs 70f5bbc
HDDS-11631. Fix linter errors
ptlrs c0d5ccd
HDDS-11631. Fix review comments
ptlrs 2fb97c6
HDDS-11631. Fix review comments
ptlrs 9832c14
HDDS-11631. Link to the Try Ozone with Docker page
ptlrs 3bb4ad0
HDDS-11631. Fix review comments
ptlrs 8f64f57
HDDS-11631. Fix review comments
ptlrs 8fb963c
HDDS-11631. Fix review comments
ptlrs 894ebf0
Fix wrong reference
jojochuang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| sidebar_label: Docker | ||
| --- | ||
|
|
||
| # Troubleshooting Ozone in Docker | ||
|
|
||
| **TODO:** File a subtask under [HDDS-9860](https://issues.apache.org/jira/browse/HDDS-9860) and complete this page or section. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you clarify why we need the pnpm version bump? Is mermaid incompatible with older versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With
pnpm@8.7.1, running docker-compose fails with the following error:I added the docusaurus/theme-mermaid package via
pnpm add @docusaurus/theme-mermaid@3.3.2on my mac. This updated thepnpm-lock.yamland thepackage.jsonfiles.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ptlrs can you run
pnpm --version?One reason for this error would be because the lockfile was generated on my machine running v8 and yours might have installed v9.
The reason for using v8 was because Ozone dist also uses pnpm v8 and hence local testing becomes easier when working on both the repos