ENGDOCS-2370 (#21734)

<!--Delete sections as needed -->

## Description

Fixes issue identified in https://github.com/docker/docs/issues/21718

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
This commit is contained in:
Allie Sadler 2025-01-08 21:28:21 +00:00 committed by GitHub
parent c5b31325ae
commit 2aecb5f9d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 9 deletions

View File

@ -80,11 +80,9 @@ Once a new version for Docker Desktop is released, the Docker UI shows a notific
You need to download the new package each time you want to upgrade Docker Desktop and run:
```console
$ sudo apt-get install ./docker-desktop-<arch>.deb
$ sudo apt-get install ./docker-desktop-amd64.deb
```
Don't forget to substitute `<arch>` with the architecture you want.
## Next steps
- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.

View File

@ -71,11 +71,9 @@ You need to first remove the previous version and then download the new package
```console
$ sudo dnf remove docker-desktop
$ sudo dnf install ./docker-desktop-<arch>.rpm
$ sudo dnf install ./docker-desktop-x86_64.rpm
```
Don't forget to substitute `<arch>` with the architecture you want.
## Next steps
- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.

View File

@ -80,11 +80,9 @@ Once a new version for Docker Desktop is released, the Docker UI shows a notific
You need to download the new package each time you want to upgrade Docker Desktop and run:
```console
$ sudo apt-get install ./docker-desktop-<arch>.deb
$ sudo apt-get install ./docker-desktop-amd64.deb
```
Don't forget to substitute `<arch>` with the architecture you want.
## Next steps
- Explore [Docker's subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.