mirror of https://github.com/docker/docs.git
Update FAQ and fix text on Linux download
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
parent
421a80a653
commit
e8853feb97
|
@ -136,9 +136,7 @@ By default Docker, Inc. will delete uploaded diagnostics bundles after 30 days.
|
|||
|
||||
### Is Docker Desktop compatible with Apple silicon processors?
|
||||
|
||||
At the moment, Docker Desktop is compatible with Intel processors only. For more information, see [Apple M1 Tech preview](../docker-for-mac/apple-m1.md).
|
||||
|
||||
You can also follow the status of Apple Silicon support in our [Roadmap](https://github.com/docker/roadmap/issues/142){:target="_blank" rel="noopener" class="_"}.
|
||||
Yes, you can now install Docker Desktop for Mac on Apple silicon. For more information, see [Docker Desktop for Apple silicon](../docker-for-mac/apple-silicon.md).
|
||||
|
||||
### What is HyperKit?
|
||||
|
||||
|
|
|
@ -76,17 +76,17 @@ We also recommend the video walkthrough from DockerCon 2020.
|
|||
## Download and install Docker
|
||||
|
||||
This tutorial assumes you have a current version of Docker installed on your
|
||||
machine. If you do not have Docker installed, choose your preferred operating system below to download Docker:
|
||||
machine. If you do not have Docker installed, choose your preferred operating system below to download Docker.
|
||||
|
||||
For Docker Desktop installation instructions, see [Install Docker Desktop on Mac](../docker-for-mac/install.md) and [Install Docker Desktop on Windows](../docker-for-windows/install.md).
|
||||
|
||||
[Docker Desktop for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/Docker.dmg){: .button .primary-button}
|
||||
|
||||
[Docker Desktop for Mac with Apple silicon](https://desktop.docker.com/mac/stable/arm64/Docker.dmg){: .button .primary-button}
|
||||
[Docker Desktop for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/Docker.dmg){: .button .primary-button}
|
||||
|
||||
[Docker Desktop for Windows](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe){: .button .primary-button}
|
||||
|
||||
[Docker Desktop for Linux](../engine/install/index.md){: .button .primary-button}
|
||||
|
||||
For Docker Desktop installation instructions, see [Install Docker Desktop on Mac](../docker-for-mac/install.md) and [Install Docker Desktop on Windows](../docker-for-windows/install.md).
|
||||
[Docker for Linux](../engine/install/index.md){: .button .primary-button}
|
||||
|
||||
## Start the tutorial
|
||||
|
||||
|
|
Loading…
Reference in New Issue