mirror of https://github.com/docker/docs.git
Merge pull request #21407 from wcbing/main
Update or remove links in installation documentation
This commit is contained in:
commit
5b23d3e4fa
|
@ -50,7 +50,7 @@ section and choose the best installation path for you.
|
||||||
{{< card
|
{{< card
|
||||||
title="Docker Desktop for Linux"
|
title="Docker Desktop for Linux"
|
||||||
description="A native Linux application that delivers all Docker tools to your Linux computer."
|
description="A native Linux application that delivers all Docker tools to your Linux computer."
|
||||||
link="/desktop/install/linux/"
|
link="/desktop/setup/install/linux/"
|
||||||
icon="/assets/images/linux_48.svg" >}}
|
icon="/assets/images/linux_48.svg" >}}
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
|
|
@ -42,7 +42,7 @@ This guide will walk you through the installation process, enabling you to exper
|
||||||
|
|
||||||
{{< card
|
{{< card
|
||||||
title="Docker Desktop for Linux"
|
title="Docker Desktop for Linux"
|
||||||
description="[Install instructions](/desktop/install/linux/)"
|
description="[Install instructions](/desktop/setup/install/linux/)"
|
||||||
icon="/assets/images/linux_48.svg" >}}
|
icon="/assets/images/linux_48.svg" >}}
|
||||||
|
|
||||||
Once it's installed, complete the setup process and you're all set to run a Docker container.
|
Once it's installed, complete the setup process and you're all set to run a Docker container.
|
||||||
|
|
|
@ -10,7 +10,7 @@ grid:
|
||||||
Install Docker Desktop on
|
Install Docker Desktop on
|
||||||
[Mac](/desktop/setup/install/mac-install/),
|
[Mac](/desktop/setup/install/mac-install/),
|
||||||
[Windows](/desktop/setup/install/windows-install/), or
|
[Windows](/desktop/setup/install/windows-install/), or
|
||||||
[Linux](/desktop/install/linux/).
|
[Linux](/desktop/setup/install/linux/).
|
||||||
icon: download
|
icon: download
|
||||||
- title: Explore Docker Desktop
|
- title: Explore Docker Desktop
|
||||||
description: Navigate Docker Desktop and learn about its key features.
|
description: Navigate Docker Desktop and learn about its key features.
|
||||||
|
|
|
@ -35,11 +35,8 @@ aliases:
|
||||||
|
|
||||||
This section describes how to install Docker Engine on Linux, also known as
|
This section describes how to install Docker Engine on Linux, also known as
|
||||||
Docker CE. Docker Engine is also available for Windows, macOS, and Linux,
|
Docker CE. Docker Engine is also available for Windows, macOS, and Linux,
|
||||||
through Docker Desktop. For instructions on how to install Docker Desktop, see:
|
through Docker Desktop. For instructions on how to install Docker Desktop,
|
||||||
|
see: [Overview of Docker Desktop](/manuals/desktop/_index.md).
|
||||||
- [Docker Desktop for Linux](/manuals/desktop/setup/install/linux/_index.md)
|
|
||||||
- [Docker Desktop for Mac (macOS)](/manuals/desktop/setup/install/mac-install.md)
|
|
||||||
- [Docker Desktop for Windows](/manuals/desktop/setup/install/windows-install.md)
|
|
||||||
|
|
||||||
## Supported platforms
|
## Supported platforms
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue