⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@github-actions
Copy link
Contributor

Summary

Fixed Docker Desktop Ubuntu installation commands to use apt install instead of apt-get install for local .deb files.

Changes

  • Changed apt-get install to apt install in the Install Docker Desktop section
  • Changed apt-get install to apt install in the Upgrade Docker Desktop section
  • Kept apt-get update unchanged (works correctly)

Fixes #23891


🤖 Generated with cagent

This change was automatically generated by the documentation agent team
in response to issue #23891.

🤖 Generated with cagent
@netlify
Copy link

netlify bot commented Jan 12, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 1d16d1b
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6964a99d9edaee0008760576
😎 Deploy Preview https://deploy-preview-23957--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dvdksn dvdksn closed this Jan 12, 2026
@dvdksn dvdksn reopened this Jan 12, 2026
@github-actions github-actions bot added the area/desktop Issue affects a desktop edition of Docker. E.g docker for mac label Jan 12, 2026
Copy link
Contributor

@aevesdocker aevesdocker left a comment

Choose a reason for hiding this comment

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

Cool!

@aevesdocker aevesdocker merged commit ee98ad1 into main Jan 12, 2026
15 checks passed
@dvdksn dvdksn deleted the agent/issue-23891 branch January 12, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent/generated area/desktop Issue affects a desktop edition of Docker. E.g docker for mac

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker Desktop Ubuntu install docs use apt-get with local .deb, which fails — should use apt install

3 participants