mirror of https://github.com/docker/docs.git
Minor changes for freshness
This commit is contained in:
parent
fe17d7434c
commit
64192639fd
|
@ -30,8 +30,8 @@ redirect_from:
|
||||||
|
|
||||||
> **Docker Desktop for Linux**
|
> **Docker Desktop for Linux**
|
||||||
>
|
>
|
||||||
> Docker Desktop helps you build, share, and run containers easily on Mac and
|
> Docker Desktop helps you build, share, and run containers on Mac and
|
||||||
> Windows as you do on Linux. We are excited to share that Docker Desktop for
|
> Windows as you do on Linux. Docker Desktop for
|
||||||
> Linux is now GA. For more information, see
|
> Linux is now GA. For more information, see
|
||||||
[Docker Desktop for Linux](../../desktop/install/linux-install.md).
|
[Docker Desktop for Linux](../../desktop/install/linux-install.md).
|
||||||
{: .important}
|
{: .important}
|
||||||
|
@ -39,7 +39,7 @@ redirect_from:
|
||||||
## Supported platforms
|
## Supported platforms
|
||||||
|
|
||||||
Docker Engine is available on a variety of [Linux platforms](../../desktop/install/linux-install.md),
|
Docker Engine is available on a variety of [Linux platforms](../../desktop/install/linux-install.md),
|
||||||
[macOS](../../desktop/install/mac-install.md) and [Windows 10](../../desktop/install/windows-install.md)
|
[macOS](../../desktop/install/mac-install.md), and [Windows 10](../../desktop/install/windows-install.md)
|
||||||
through Docker Desktop, and as a [static binary installation](binaries.md). Find
|
through Docker Desktop, and as a [static binary installation](binaries.md). Find
|
||||||
your preferred operating system below.
|
your preferred operating system below.
|
||||||
|
|
||||||
|
@ -73,28 +73,28 @@ and architectures:
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
> While the instructions below may work, Docker does not test or verify
|
> While the instructions below may work, Docker doesn't test or verify
|
||||||
> installation on derivatives.
|
> installation on distribution derivatives.
|
||||||
|
|
||||||
- Users of Debian derivatives such as "BunsenLabs Linux", "Kali Linux" or
|
- Users of Debian derivatives such as "BunsenLabs Linux", "Kali Linux" or
|
||||||
"LMDE" (Debian-based Mint) should follow the installation instructions for
|
"LMDE" (Debian-based Mint) should follow the installation instructions for
|
||||||
[Debian](debian.md), substituting the version of their distro for the
|
[Debian](debian.md), substituting the version of their distribution for the
|
||||||
corresponding Debian release. Refer to the documentation of your distro to find
|
corresponding Debian release. Refer to the documentation of your distribution to find
|
||||||
which Debian release corresponds with your derivative version.
|
which Debian release corresponds with your derivative version.
|
||||||
- Likewise, users of Ubuntu derivatives such as "Kubuntu", "Lubuntu" or "Xubuntu"
|
- Likewise, users of Ubuntu derivatives such as "Kubuntu", "Lubuntu" or "Xubuntu"
|
||||||
should follow the installation instructions for [Ubuntu](ubuntu.md),
|
should follow the installation instructions for [Ubuntu](ubuntu.md),
|
||||||
substituting the version of their distro for the corresponding Ubuntu release.
|
substituting the version of their distribution for the corresponding Ubuntu release.
|
||||||
Refer to the documentation of your distro to find which Ubuntu release
|
Refer to the documentation of your distribution to find which Ubuntu release
|
||||||
corresponds with your derivative version.
|
corresponds with your derivative version.
|
||||||
- Some Linux distributions are providing a package of Docker Engine through their
|
- Some Linux distributions provide a package of Docker Engine through their
|
||||||
package repositories. These packages are built and maintained by the Linux
|
package repositories. These packages are built and maintained by the Linux
|
||||||
distribution's package maintainers and may have differences in configuration
|
distribution's package maintainers and may have differences in configuration
|
||||||
or built from modified source code. Docker is not involved in releasing these
|
or built from modified source code. Docker isn't involved in releasing these
|
||||||
packages and bugs or issues involving these packages should be reported in
|
packages and you should report any bugs or issues involving these packages to
|
||||||
your Linux distribution's issue tracker.
|
your Linux distribution's issue tracker.
|
||||||
|
|
||||||
Docker provides [binaries](binaries.md) for manual installation of Docker Engine.
|
Docker provides [binaries](binaries.md) for manual installation of Docker Engine.
|
||||||
These binaries are statically linked and can be used on any Linux distribution.
|
These binaries are statically linked and you can use them on any Linux distribution.
|
||||||
|
|
||||||
## Release channels
|
## Release channels
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue