mirror of https://github.com/docker/docs.git
changes after review
This commit is contained in:
parent
bb2f0178e7
commit
52d9961df2
|
@ -14,10 +14,14 @@ multiple nodes concurrently.
|
|||
|
||||
## Install
|
||||
|
||||
### Windows and macOS
|
||||
### Docker Desktop
|
||||
|
||||
Docker Buildx is included in [Docker Desktop](../desktop/index.md) for Windows, macOS, and Linux.
|
||||
|
||||
### Static binaries
|
||||
|
||||
Docker Linux packages also include Docker Buildx when installed using the [DEB or RPM packages](../engine/install/index.md).
|
||||
|
||||
### Manual download
|
||||
|
||||
> **Important**
|
||||
|
|
|
@ -38,7 +38,7 @@ redirect_from:
|
|||
|
||||
## Supported platforms
|
||||
|
||||
Docker Engine is available on a variety of [Linux platforms](#server),
|
||||
Docker Engine is available on a variety of [Linux platforms](../../desktop/linux/install.md),
|
||||
[macOS](../../desktop/mac/install.md) and [Windows 10](../../desktop/windows/install.md)
|
||||
through Docker Desktop, and as a [static binary installation](binaries.md). Find
|
||||
your preferred operating system below.
|
||||
|
|
Loading…
Reference in New Issue