mirror of https://github.com/docker/docs.git
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:
parent
fff8484f19
commit
07a8770303
|
@ -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.
|
||||
|
||||

|
||||
|
||||
### 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 |
Loading…
Reference in New Issue