mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
## 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](https://github.com/docker/cagent) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>