diff --git a/buildx/working-with-buildx.md b/buildx/working-with-buildx.md index 6e14780e2d..51411faea6 100644 --- a/buildx/working-with-buildx.md +++ b/buildx/working-with-buildx.md @@ -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="_"}. diff --git a/compose/index.md b/compose/index.md index 8629119077..1f4a18e646 100644 --- a/compose/index.md +++ b/compose/index.md @@ -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. diff --git a/docker-hub/index.md b/docker-hub/index.md index 2c27fd7e4a..600f961f74 100644 --- a/docker-hub/index.md +++ b/docker-hub/index.md @@ -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. diff --git a/engine/install/index.md b/engine/install/index.md index b14890cbe6..363c4eb88c 100644 --- a/engine/install/index.md +++ b/engine/install/index.md @@ -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. diff --git a/release-notes/index.md b/release-notes/index.md index dbe97f0226..0a2a65fde9 100644 --- a/release-notes/index.md +++ b/release-notes/index.md @@ -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)