mirror of https://github.com/docker/docs.git
commit
1d371c2471
|
|
@ -94,7 +94,9 @@ Your Mac must meet the following requirements to install Docker Desktop successf
|
||||||
|
|
||||||
After downloading `Docker.dmg`, run the following commands in a terminal to install Docker Desktop in the Applications folder:
|
After downloading `Docker.dmg`, run the following commands in a terminal to install Docker Desktop in the Applications folder:
|
||||||
|
|
||||||
```console
|
|
||||||
|
|
||||||
|
```
|
||||||
sudo hdiutil attach Docker.dmg
|
sudo hdiutil attach Docker.dmg
|
||||||
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install
|
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install
|
||||||
sudo hdiutil detach /Volumes/Docker
|
sudo hdiutil detach /Volumes/Docker
|
||||||
|
|
|
||||||
|
|
@ -126,19 +126,19 @@ Log out and log back in for the changes to take effect.
|
||||||
|
|
||||||
After downloading **Docker Desktop Installer.exe**, run the following command in a terminal to install Docker Desktop:
|
After downloading **Docker Desktop Installer.exe**, run the following command in a terminal to install Docker Desktop:
|
||||||
|
|
||||||
```console
|
```
|
||||||
"Docker Desktop Installer.exe" install
|
"Docker Desktop Installer.exe" install
|
||||||
```
|
```
|
||||||
|
|
||||||
If you’re using PowerShell you should run it as:
|
If you’re using PowerShell you should run it as:
|
||||||
|
|
||||||
```console
|
```
|
||||||
Start-Process '.\win\build\Docker Desktop Installer.exe' -Wait install
|
Start-Process '.\win\build\Docker Desktop Installer.exe' -Wait install
|
||||||
```
|
```
|
||||||
|
|
||||||
If using the Windows Command Prompt:
|
If using the Windows Command Prompt:
|
||||||
|
|
||||||
```console
|
```
|
||||||
start /w "" "Docker Desktop Installer.exe" install
|
start /w "" "Docker Desktop Installer.exe" install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue