From bb2f0178e78659067699c5e8c497efc299df3351 Mon Sep 17 00:00:00 2001 From: Allie Sadler Date: Tue, 17 May 2022 13:41:07 +0100 Subject: [PATCH 1/2] updating linux references to DD --- buildx/working-with-buildx.md | 12 +++--------- compose/index.md | 6 ------ docker-hub/index.md | 2 +- release-notes/index.md | 1 + 4 files changed, 5 insertions(+), 16 deletions(-) diff --git a/buildx/working-with-buildx.md b/buildx/working-with-buildx.md index 6e14780e2d..85033358c4 100644 --- a/buildx/working-with-buildx.md +++ b/buildx/working-with-buildx.md @@ -16,13 +16,7 @@ multiple nodes concurrently. ### Windows and macOS -Docker Buildx is included in [Docker Desktop](../desktop/index.md) for Windows -and macOS. - -### Linux packages - -Docker Linux packages also include Docker Buildx when installed using the -[DEB or RPM packages](../engine/install/index.md). +Docker Buildx is included in [Docker Desktop](../desktop/index.md) for Windows, macOS, and Linux. ### Manual download @@ -33,8 +27,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/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) From 52d9961df28f09bac36da88c312d415d5db5b832 Mon Sep 17 00:00:00 2001 From: Allie Sadler Date: Tue, 17 May 2022 15:57:25 +0100 Subject: [PATCH 2/2] changes after review --- buildx/working-with-buildx.md | 6 +++++- engine/install/index.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/buildx/working-with-buildx.md b/buildx/working-with-buildx.md index 85033358c4..51411faea6 100644 --- a/buildx/working-with-buildx.md +++ b/buildx/working-with-buildx.md @@ -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** 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.