Skip to content

docs: add Docker installation instructions#1174

Open
uzairhameed wants to merge 1 commit into
etcd-io:mainfrom
uzairhameed:add-docker-installation-instructions
Open

docs: add Docker installation instructions#1174
uzairhameed wants to merge 1 commit into
etcd-io:mainfrom
uzairhameed:add-docker-installation-instructions

Conversation

@uzairhameed
Copy link
Copy Markdown

@uzairhameed uzairhameed commented Jun 5, 2026

Adds a Docker section to the install page for v3.6, resolving the gap between the GitHub release notes and the official documentation.

The GitHub release notes (e.g. https://github.com/etcd-io/etcd/releases/tag/v3.6.12) currently include installation instructions for Linux, macOS, and Docker. The official install page (https://etcd.io/docs/v3.6/install/) already covers Linux and macOS, but was missing Docker instructions entirely.

As part of the effort to move installation instructions out of the release notes and into the official docs (#1174), this PR adds the missing Docker section.

Changes:

  • Added a new ## Docker section to content/en/docs/v3.6/install.md
  • Includes instructions for running etcd via Docker using
    gcr.io/etcd-development/etcd (primary) and quay.io/coreos/etcd (secondary)
  • Uses {{< param git_version_tag >}} to keep the version reference
    consistent with the rest of the page

Closes #1172

@k8s-ci-robot
Copy link
Copy Markdown

Hi @uzairhameed. Thanks for your PR.

I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@ivanvc
Copy link
Copy Markdown
Member

ivanvc commented Jun 5, 2026

Hi, @uzairhameed. Thanks for the pull request. Please ensure your commit is signed so the developer certificate of origin (DCO) check passes, i.e:

git rebase HEAD~1 --signoff
git push --force

@uzairhameed uzairhameed force-pushed the add-docker-installation-instructions branch from 3718595 to dada013 Compare June 5, 2026 22:37
@uzairhameed
Copy link
Copy Markdown
Author

Hi, @uzairhameed. Thanks for the pull request. Please ensure your commit is signed so the developer certificate of origin (DCO) check passes, i.e:

git rebase HEAD~1 --signoff
git push --force

@ivanvc I have signed the commit. Please let me know if anything else is needed.

@ivanvc
Copy link
Copy Markdown
Member

ivanvc commented Jun 5, 2026

/ok-to-test

@ivanvc
Copy link
Copy Markdown
Member

ivanvc commented Jun 5, 2026

@uzairhameed, to make the linter pass, I would suggest not touching anything but the fragment you're adding.

Please also add this section for 3.5 and 3.7. Thanks :)

@k8s-ci-robot k8s-ci-robot added size/L and removed size/M labels Jun 5, 2026
@uzairhameed
Copy link
Copy Markdown
Author

/retest

1 similar comment
@uzairhameed
Copy link
Copy Markdown
Author

/retest

@uzairhameed
Copy link
Copy Markdown
Author

@ivanvc I have added the Docker section to 3.5 and v3.7 and tests passed. Please let me know if anything else is needed.

Signed-off-by: Uzair Hameed <uzairhameed98@gmail.com>
@uzairhameed uzairhameed force-pushed the add-docker-installation-instructions branch from 23ebc02 to 41b3419 Compare June 6, 2026 03:20
Copy link
Copy Markdown
Member

@ivanvc ivanvc left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks, @uzairhameed.

@k8s-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ivanvc, uzairhameed

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Docker installation instructions in the website

3 participants