mirror of https://github.com/docker/docs.git
Remove release date and first official version number
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
parent
da274abff6
commit
04fe88865f
|
@ -12,21 +12,19 @@ Docker Desktop for Mac on Apple silicon is now available as a GA release. This e
|
|||
|
||||
Docker Desktop for Apple silicon also supports multi-platform images, which allows you to build and run images for both x86 and ARM architectures without having to set up a complex cross-compilation development environment. Additionally, you can use [docker buildx](../engine/reference/commandline/buildx.md){:target="_blank" rel="noopener" class="_"} to seamlessly integrate multi-platform builds into your build pipeline, and use [Docker Hub](https://hub.docker.com/){:target="_blank" rel="noopener" class="_"} to identify and share repositories that provide multi-platform images.
|
||||
|
||||
## Docker Desktop 3.3.1
|
||||
|
||||
2021-04-15
|
||||
|
||||
Click the following link to download Docker Desktop.
|
||||
Download Docker Desktop for Mac on Apple silicon:
|
||||
|
||||
[Download](https://desktop.docker.com/mac/stable/arm64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64){: .button .primary-btn}
|
||||
|
||||
{% include eula.md %}
|
||||
|
||||
<br>
|
||||
|
||||
### System requirements
|
||||
|
||||
You must install **Rosetta 2** as some binaries are still Darwin/AMD64. To install Rosetta 2 manually from the command line, run the following command:
|
||||
|
||||
```
|
||||
```shell
|
||||
softwareupdate --install-rosetta
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue