File tree Expand file tree Collapse file tree 5 files changed +5
-12
lines changed Expand file tree Collapse file tree 5 files changed +5
-12
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -45,11 +45,9 @@ To install Docker Desktop on Fedora:
45453 . 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
5553There are a few post-install configuration steps done through the post-install script contained in the RPM package.
Original file line number Diff line number Diff line change @@ -96,11 +96,9 @@ To install Docker Desktop on RHEL:
96963 . 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-
104102There are a few post-install configuration steps done through the post-install script contained in the RPM package.
105103
106104The post-install script:
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ To navigate to **Settings** either:
1717- Select the ** Settings** icon from the Docker Desktop Dashboard.
1818
1919You 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
You can’t perform that action at this time.
0 commit comments