updating linux references to DD

This commit is contained in:
Allie Sadler 2022-05-17 13:41:07 +01:00
parent 6c8274292f
commit bb2f0178e7
4 changed files with 5 additions and 16 deletions

View File

@ -16,13 +16,7 @@ multiple nodes concurrently.
### Windows and macOS ### Windows and macOS
Docker Buildx is included in [Docker Desktop](../desktop/index.md) for Windows Docker Buildx is included in [Docker Desktop](../desktop/index.md) for Windows, macOS, and Linux.
and macOS.
### Linux packages
Docker Linux packages also include Docker Buildx when installed using the
[DEB or RPM packages](../engine/install/index.md).
### Manual download ### 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 > installing buildx using manual download in production environments as they
> will not be updated automatically with security updates. > will not be updated automatically with security updates.
> >
> On Windows and macOS, we recommend that you install [Docker Desktop](../desktop/index.md) > On Windows, macOS, and Linux 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). > instead.
{: .important} {: .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="_"}. 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/ - /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). >**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. 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 We'll need to download Docker Desktop to build and push a container image to
Docker Hub. 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. 2. Sign in to the Docker Desktop application using the Docker ID you created in Step 1.

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 Engine](../engine/release-notes/index.md)
- [Docker Desktop for Mac](../desktop/mac/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 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 Hub](../docker-hub/release-notes.md)
- [Docker Compose](../compose/release-notes.md) - [Docker Compose](../compose/release-notes.md)