ENGDOCS-2280 (#21279)

<!--Delete sections as needed -->

## Description

Closes https://github.com/docker/docs/issues/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 <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
Allie Sadler 2024-10-30 11:36:39 +00:00 committed by GitHub
parent da6b081cc4
commit 285bf7a2a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 12 deletions

View File

@ -46,9 +46,8 @@ Recommended approach to install Docker Desktop on Debian:
```console
$ sudo apt-get update
$ 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.
> [!NOTE]
>

View File

@ -45,11 +45,9 @@ To install Docker Desktop on Fedora:
3. Install the package with dnf as follows:
```console
$ 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.
By default, Docker Desktop is installed at `/opt/docker-desktop`.
There are a few post-install configuration steps done through the post-install script contained in the RPM package.

View File

@ -96,11 +96,9 @@ To install Docker Desktop on RHEL:
3. Install the package with dnf as follows:
```console
$ sudo dnf install ./docker-desktop-<arch>-rhel.rpm
$ sudo dnf install ./docker-desktop-x86_64-rhel.rpm
```
Don't forget to substitute `<arch>` with the architecture you want.
There are a few post-install configuration steps done through the post-install script contained in the RPM package.
The post-install script:

View File

@ -46,11 +46,9 @@ Recommended approach to install Docker Desktop on Ubuntu:
```console
$ sudo apt-get update
$ 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.
> [!NOTE]
>
> At the end of the installation process, `apt` displays an error due to installing a downloaded package. You

View File

@ -17,7 +17,7 @@ To navigate to **Settings** either:
- Select the **Settings** icon from the Docker Desktop Dashboard.
You can also locate the `settings-store.json` file (or `settings.json` for Docker Desktop versions 4.34 and earlier) at:
- Mac: `~/Library/Group Containers/group.com.docker/settings-store.json`
- Mac: `~/Library/Group\ Containers/group.com.docker/settings-store.json`
- Windows: `C:\Users\[USERNAME]\AppData\Roaming\Docker\settings-store.json`
- Linux: `~/.docker/desktop/settings-store.json`