mirror of https://github.com/docker/docs.git
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:
parent
da6b081cc4
commit
285bf7a2a7
|
|
@ -46,9 +46,8 @@ Recommended approach to install Docker Desktop on Debian:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ sudo apt-get update
|
$ 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]
|
> [!NOTE]
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -45,11 +45,9 @@ To install Docker Desktop on Fedora:
|
||||||
3. Install the package with dnf as follows:
|
3. Install the package with dnf as follows:
|
||||||
|
|
||||||
```console
|
```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`.
|
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.
|
There are a few post-install configuration steps done through the post-install script contained in the RPM package.
|
||||||
|
|
|
||||||
|
|
@ -96,11 +96,9 @@ To install Docker Desktop on RHEL:
|
||||||
3. Install the package with dnf as follows:
|
3. Install the package with dnf as follows:
|
||||||
|
|
||||||
```console
|
```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.
|
There are a few post-install configuration steps done through the post-install script contained in the RPM package.
|
||||||
|
|
||||||
The post-install script:
|
The post-install script:
|
||||||
|
|
|
||||||
|
|
@ -46,11 +46,9 @@ Recommended approach to install Docker Desktop on Ubuntu:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ sudo apt-get update
|
$ 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]
|
> [!NOTE]
|
||||||
>
|
>
|
||||||
> At the end of the installation process, `apt` displays an error due to installing a downloaded package. You
|
> At the end of the installation process, `apt` displays an error due to installing a downloaded package. You
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ To navigate to **Settings** either:
|
||||||
- Select the **Settings** icon from the Docker Desktop Dashboard.
|
- 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:
|
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`
|
- Windows: `C:\Users\[USERNAME]\AppData\Roaming\Docker\settings-store.json`
|
||||||
- Linux: `~/.docker/desktop/settings-store.json`
|
- Linux: `~/.docker/desktop/settings-store.json`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue