Skip to content

[chore](quick-start) start the Docker cluster with a one-line curl command in 3.x docs - #4077

Merged
morningman merged 1 commit into
apache:masterfrom
morningman:quick-start-3x-curl
Aug 20, 2026
Merged

[chore](quick-start) start the Docker cluster with a one-line curl command in 3.x docs#4077
morningman merged 1 commit into
apache:masterfrom
morningman:quick-start-3x-curl

Conversation

@morningman

Copy link
Copy Markdown
Contributor

Versions

  • dev
  • 4.x
  • 3.x
  • 2.1 or older (not covered by version/language sync gate)

Languages

  • Chinese
  • English

Docs Checklist

  • Checked by AI
  • Test Cases Built
  • Updated required version and language counterparts, or explained why not
  • If only one language changed, confirmed whether source/translation counterparts need sync

What's changed

Mirrors the current / 4.x quick-start change to the 3.x docs. In the "Use Docker for Quick Deployment" section, the download the script -> chmod 755 -> bash start-doris.sh flow is replaced by a single curl one-liner:

curl -fsSL https://doris.apache.org/files/start-doris.sh | bash -s -- -v 3.0.8

The -v parameter is kept here (unlike in the current / 4.x docs, where it is optional), since 3.x readers still need to pin a 3.x version rather than take the default latest release.

The section drops from 3 steps to 2, so the "connect with MySQL client and check the cluster status" step is renumbered from Step 3 to Step 2.

Applies to both EN (versioned_docs/version-3.x) and zh-CN (i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x).

🤖 Generated with Claude Code

https://claude.ai/code/session_01Lh5WHTh9uCAf66miXZDEGa

…mmand in 3.x docs

Mirror the current / 4.x change to the 3.x docs: replace the "download the
script + chmod + bash start-doris.sh" flow in the "Use Docker for Quick
Deployment" section with a single curl one-liner:

  curl -fsSL https://doris.apache.org/files/start-doris.sh | bash -s -- -v 3.0.8

The `-v` parameter is kept, since 3.x users still need to pin a 3.x version
rather than take the default latest release. The section drops from 3 steps to
2, so the "connect with MySQL client" step is renumbered accordingly.

Applies to both EN and zh-CN in the 3.x version.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Lh5WHTh9uCAf66miXZDEGa
@morningman
morningman merged commit 87462d3 into apache:master Aug 20, 2026
3 checks passed
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.

1 participant