docs: make container index an overview and merge Docker guide content - #135
Merged
Conversation
- Rewrite installation/container/index as a Container overview (it previously duplicated the Docker guide), covering runtimes, the non-root container user (UID 10001), and Kubernetes alternatives. - Merge Docker Compose, multi-node, TLS, and env-vs-CLI content from the old index into installation/container/docker, and add bind-mount permission guidance for the non-root user. - Add the same non-root/10001 permission note to the Podman page. - Update stale links that pointed to container/index.mdx. - Locales: en (new text), zh (translated), de/ja/fr (English, as before).
|
@majinghe is attempting to deploy a commit to the overtrue's projects Team on Vercel. A member of the Team first needs to authorize it. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Restructure the Container installation section so
installation/container/indexis a true overview instead of duplicating the Docker guide.content/*/installation/container/index.mdx→index.md: rewritten as a Container overview (container runtimes, non-root container user UID10001, Kubernetes alternatives).content/*/installation/container/docker.md: merged the old index's unique content — Docker Compose with therustfs_permsinit container and observability services, multi-node--network hostdeployment, TLS certificate mounts, environment-variable vs command-line flag configuration — and added bind-mount permission guidance for the non-root container user (UID10001).content/*/installation/container/podman.md: added the same non-root / UID10001permission note.container/index.mdxininstallation/index.mdandinstallation/linux/quick-start.md.Locales covered
en: new / rewritten English contentzh: Chinese translationde,ja,fr: kept in English to match their current state (these locale trees are still English placeholders)Validation
npm run docs:check— PASS (orphans, broken links, code fences, banned strings, locale tree parity)npm run build— PASS (static site generated; Algolia sync skipped becauseALGOLIA_ADMIN_API_KEYis not configured)No related issues.