Skip to content

docs: update Linux install instructions for download.docker.com#578

Merged
joe0BAB merged 1 commit into
mainfrom
feat/readme
Jul 10, 2026
Merged

docs: update Linux install instructions for download.docker.com#578
joe0BAB merged 1 commit into
mainfrom
feat/readme

Conversation

@joe0BAB

@joe0BAB joe0BAB commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

Point install docs at Docker's official package repository (download.docker.com) with apt and dnf instructions, note packages can also be downloaded directly from the releases page, and drop the early-access framing.

Point install docs at Docker's official package repository
(download.docker.com) with apt and dnf instructions, note packages can
also be downloaded directly from the releases page, and drop the
early-access framing.
@joe0BAB joe0BAB marked this pull request as ready for review July 10, 2026 13:48

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Assessment: 🟢 APPROVE

This is a documentation-only PR updating the Linux install instructions for README.md. The changes are clear, well-structured, and technically sound:

  • The curl -fsSL https://get.docker.com | sh -s -- --setup-repo convenience script is the correct Docker-documented approach for repository setup.
  • apt-get update is correctly included before the apt install step; dnf correctly omits an explicit update (it refreshes metadata automatically).
  • Package names are consistent between the install and uninstall sections.
  • The systemctl --user daemon-reloadenable --now ordering is correct.
  • The "Set up Docker's package repository" section is logically placed before "Install".
  • The uninstall section correctly covers both apt and dnf with matching package names.

No bugs or issues introduced by this PR.

ℹ️ Note: The automated drafter agent did not complete its review (returned review_complete: false with no findings or summary). The assessment above reflects a manual analysis of the diff.

@joe0BAB joe0BAB merged commit e624d27 into main Jul 10, 2026
20 checks passed
@joe0BAB joe0BAB deleted the feat/readme branch July 10, 2026 18:34
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.

3 participants