Skip to content

Commit

Permalink
ENGDOCS-2370 (#21734)
Browse files Browse the repository at this point in the history
<!--Delete sections as needed -->

## Description

Fixes issue identified in #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
  • Loading branch information
aevesdocker authored Jan 8, 2025
1 parent c5b3132 commit 2aecb5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions content/manuals/desktop/setup/install/linux/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions content/manuals/desktop/setup/install/linux/fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions content/manuals/desktop/setup/install/linux/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2aecb5f

Please sign in to comment.