desktop: multi-arch: remove "install" section

Docker Desktop 2.x is deprecated, so any current version of Desktop
ships with buildx and the requirements to use multi-arch.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-05-10 12:16:53 +02:00
parent fff8484f19
commit 07a8770303
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 0 additions and 10 deletions

View File

@ -36,16 +36,6 @@ Docker introduces a new CLI command called `buildx`. You can use the `buildx` co
For more information about the Buildx CLI command, see [Buildx](/buildx/working-with-buildx/).
### Install
1. Download the latest version of [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-mac/).
1. Follow the on-screen instructions to complete the installation process. After you have successfully installed Docker Desktop, you will see the Docker icon in your task tray.
1. Click **About Docker Desktop** from the Docker menu and ensure you have installed Docker Desktop version 2.0.4.0 (33772) or higher.
![about-docker-desktop-buildx](../docker-for-mac/images/desktop-buildx-version.png)
### Build and run multi-architecture images
Run the command `docker buildx ls` to list the existing builders. This displays the default builder, which is our old builder.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB