mirror of https://github.com/docker/docs.git
updating linux references to DD
This commit is contained in:
parent
6c8274292f
commit
bb2f0178e7
|
@ -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="_"}.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue