Merge pull request #14756 from aevesdocker/ENGDOCS-697

updating linux references throughout all docs, to DD
This commit is contained in:
Allie Sadler 2022-05-18 12:37:34 +01:00 committed by GitHub
commit ca314e1d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 16 deletions

View File

@ -14,15 +14,13 @@ multiple nodes concurrently.
## Install
### Windows and macOS
### Docker Desktop
Docker Buildx is included in [Docker Desktop](../desktop/index.md) for Windows
and macOS.
Docker Buildx is included in [Docker Desktop](../desktop/index.md) for Windows, macOS, and Linux.
### Linux packages
### Static binaries
Docker Linux packages also include Docker Buildx when installed using the
[DEB or RPM packages](../engine/install/index.md).
Docker Linux packages also include Docker Buildx when installed using the [DEB or RPM packages](../engine/install/index.md).
### Manual download
@ -33,8 +31,8 @@ Docker Linux packages also include Docker Buildx when installed using the
> installing buildx using manual download in production environments as they
> will not be updated automatically with security updates.
>
> On Windows and macOS, we recommend that you install [Docker Desktop](../desktop/index.md)
> instead. For Linux, we recommend that you follow the [instructions specific for your distribution](#linux-packages).
> On Windows, macOS, and Linux we recommend that you install [Docker Desktop](../desktop/index.md)
> instead.
{: .important}
You can also download the latest binary from the [releases page on GitHub](https://github.com/docker/buildx/releases/latest){:target="_blank" rel="noopener" class="_"}.

View File

@ -9,12 +9,6 @@ redirect_from:
- /compose/swarm/
---
> **Accelerating new features in Docker Desktop**
>
> Docker Desktop helps you build, share, and run containers easily on Mac and Windows as you do on Linux. Docker handles the complex setup and allows you to focus on writing the code. Thanks to the positive support we received on the [subscription updates](https://www.docker.com/blog/updating-product-subscriptions/){: target="_blank" rel="noopener" class="_" id="dkr_docs_cta"}, we've started working on [Docker Desktop for Linux](https://www.docker.com/blog/accelerating-new-features-in-docker-desktop/){: target="_blank" rel="noopener" class="_" id="dkr_docs_cta"} which is the second-most popular feature request in our public roadmap. If you are interested in early access, sign up for our [Developer Preview program](https://www.docker.com/community/get-involved/developer-preview){: target="_blank" rel="noopener" class="_" id="dkr_docs_cta"}.
{: .important}
>**Looking for Compose file reference?** [Find the latest version here](compose-file/index.md).
Compose is a tool for defining and running multi-container Docker applications.

View File

@ -128,7 +128,7 @@ To create a repository:
We'll need to download Docker Desktop to build and push a container image to
Docker Hub.
1. Download and install [Docker Desktop](../desktop/#download-and-install). If on Linux, download [Docker Engine](../engine/install/).
1. Download and install [Docker Desktop](../desktop/#download-and-install).
2. Sign in to the Docker Desktop application using the Docker ID you created in Step 1.

View File

@ -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.

View File

@ -12,5 +12,6 @@ that you regularly visit the release notes to learn about updates.
- [Docker Engine](../engine/release-notes/index.md)
- [Docker Desktop for Mac](../desktop/mac/release-notes/index.md)
- [Docker Desktop for Windows](../desktop/windows/release-notes/index.md)
- [Docker Desktop for Linux](../desktop/linux/release-notes/index.md)
- [Docker Hub](../docker-hub/release-notes.md)
- [Docker Compose](../compose/release-notes.md)