Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions content/manuals/desktop/install/linux/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-x86_64.deb
```
Don't forget to substitute `<arch>` with the architecture you want.

> [!NOTE]
>
Expand Down
4 changes: 1 addition & 3 deletions content/manuals/desktop/install/linux/fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions content/manuals/desktop/install/linux/rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions content/manuals/desktop/install/linux/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/desktop/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
Loading