Skip to content

Commit 285bf7a

Browse files
aevesdockerdvdksn
andauthored
ENGDOCS-2280 (#21279)
<!--Delete sections as needed --> ## Description Closes #21278 Addresses https://docker.slack.com/archives/C04BMTUC41E/p1730282005495239 ## 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 --------- Co-authored-by: David Karlsson <[email protected]>
1 parent da6b081 commit 285bf7a

File tree

5 files changed

+5
-12
lines changed

5 files changed

+5
-12
lines changed

content/manuals/desktop/install/linux/debian.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ Recommended approach to install Docker Desktop on Debian:
4646

4747
```console
4848
$ sudo apt-get update
49-
$ sudo apt-get install ./docker-desktop-<arch>.deb
49+
$ sudo apt-get install ./docker-desktop-amd64.deb
5050
```
51-
Don't forget to substitute `<arch>` with the architecture you want.
5251

5352
> [!NOTE]
5453
>

content/manuals/desktop/install/linux/fedora.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,9 @@ To install Docker Desktop on Fedora:
4545
3. Install the package with dnf as follows:
4646

4747
```console
48-
$ sudo dnf install ./docker-desktop-<arch>.rpm
48+
$ sudo dnf install ./docker-desktop-x86_64.rpm
4949
```
5050

51-
Don't forget to substitute `<arch>` with the architecture you want.
52-
5351
By default, Docker Desktop is installed at `/opt/docker-desktop`.
5452

5553
There are a few post-install configuration steps done through the post-install script contained in the RPM package.

content/manuals/desktop/install/linux/rhel.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,9 @@ To install Docker Desktop on RHEL:
9696
3. Install the package with dnf as follows:
9797

9898
```console
99-
$ sudo dnf install ./docker-desktop-<arch>-rhel.rpm
99+
$ sudo dnf install ./docker-desktop-x86_64-rhel.rpm
100100
```
101101

102-
Don't forget to substitute `<arch>` with the architecture you want.
103-
104102
There are a few post-install configuration steps done through the post-install script contained in the RPM package.
105103

106104
The post-install script:

content/manuals/desktop/install/linux/ubuntu.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,9 @@ Recommended approach to install Docker Desktop on Ubuntu:
4646

4747
```console
4848
$ sudo apt-get update
49-
$ sudo apt-get install ./docker-desktop-<arch>.deb
49+
$ sudo apt-get install ./docker-desktop-amd64.deb
5050
```
5151

52-
Don't forget to substitute `<arch>` with the architecture you want.
53-
5452
> [!NOTE]
5553
>
5654
> At the end of the installation process, `apt` displays an error due to installing a downloaded package. You

content/manuals/desktop/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To navigate to **Settings** either:
1717
- Select the **Settings** icon from the Docker Desktop Dashboard.
1818

1919
You can also locate the `settings-store.json` file (or `settings.json` for Docker Desktop versions 4.34 and earlier) at:
20-
- Mac: `~/Library/Group Containers/group.com.docker/settings-store.json`
20+
- Mac: `~/Library/Group\ Containers/group.com.docker/settings-store.json`
2121
- Windows: `C:\Users\[USERNAME]\AppData\Roaming\Docker\settings-store.json`
2222
- Linux: `~/.docker/desktop/settings-store.json`
2323

0 commit comments

Comments
 (0)