Skip to content

Commit a81a152

Browse files
committed
install
1 parent 2585291 commit a81a152

File tree

1 file changed

+29
-48
lines changed

1 file changed

+29
-48
lines changed

content/manuals/engine/install/_index.md

Lines changed: 29 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ aliases:
3333
- /install/linux/docker-ee/oracle/
3434
---
3535

36-
This section describes how to install Docker Engine on Linux, also known as
37-
Docker CE. Docker Engine is also available for Windows, macOS, and Linux,
38-
through Docker Desktop. For instructions on how to install Docker Desktop,
39-
see: [Overview of Docker Desktop](/manuals/desktop/_index.md).
36+
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 through Docker Desktop.
37+
38+
> [!TIP]
39+
> To install Docker Desktop, see [Overview of Docker Desktop](/manuals/desktop/_index.md).
4040
4141
## Supported platforms
4242

@@ -54,70 +54,51 @@ see: [Overview of Docker Desktop](/manuals/desktop/_index.md).
5454
### Other Linux distributions
5555

5656
> [!NOTE]
57-
>
58-
> While the following instructions may work, Docker doesn't test or verify
59-
> installation on distribution derivatives.
60-
61-
- If you use Debian derivatives such as "BunsenLabs Linux", "Kali Linux" or
62-
"LMDE" (Debian-based Mint) should follow the installation instructions for
63-
[Debian](debian.md), substitute the version of your distribution for the
64-
corresponding Debian release. Refer to the documentation of your distribution to find
65-
which Debian release corresponds with your derivative version.
66-
- Likewise, if you use Ubuntu derivatives such as "Kubuntu", "Lubuntu" or "Xubuntu"
67-
you should follow the installation instructions for [Ubuntu](ubuntu.md),
68-
substituting the version of your distribution for the corresponding Ubuntu release.
69-
Refer to the documentation of your distribution to find which Ubuntu release
70-
corresponds with your derivative version.
71-
- Some Linux distributions provide a package of Docker Engine through their
72-
package repositories. These packages are built and maintained by the Linux
73-
distribution's package maintainers and may have differences in configuration
74-
or are built from modified source code. Docker isn't involved in releasing these
75-
packages and you should report any bugs or issues involving these packages to
76-
your Linux distribution's issue tracker.
77-
78-
Docker provides [binaries](binaries.md) for manual installation of Docker Engine.
79-
These binaries are statically linked and you can use them on any Linux distribution.
57+
> While the following instructions may work, Docker doesn't test or verify installation on distribution derivatives.
58+
59+
- For Debian derivatives (for example, BunsenLabs Linux, Kali Linux, LMDE):
60+
- Follow the [Debian installation instructions](debian.md).
61+
- Substitute your distribution version for the corresponding Debian release.
62+
- Check your distribution's documentation for the matching Debian release.
63+
- For Ubuntu derivatives (for example, Kubuntu, Lubuntu, Xubuntu):
64+
- Follow the [Ubuntu installation instructions](ubuntu.md).
65+
- Substitute your distribution version for the corresponding Ubuntu release.
66+
- Check your distribution's documentation for the matching Ubuntu release.
67+
- Some Linux distributions provide a Docker Engine package in their repositories. These packages are built and maintained by the distribution's maintainers and may have configuration differences or use modified source code. Docker isn't involved in releasing these packages. Report bugs or issues with these packages to your distribution's issue tracker.
68+
69+
Docker provides [binaries](binaries.md) for manual installation. These binaries are statically linked and work on any Linux distribution.
8070

8171
## Release channels
8272

83-
Docker Engine has two types of update channels, **stable** and **test**:
73+
Docker Engine has two update channels: **stable** and **test**.
8474

85-
* The **stable** channel gives you the latest versions released for general availability.
86-
* The **test** channel gives you pre-release versions that are ready for testing before
87-
general availability.
75+
- The **stable** channel gives you the latest versions released for general availability.
76+
- The **test** channel gives you pre-release versions that are ready for testing before general availability.
8877

89-
Use the test channel with caution. Pre-release versions include experimental and
90-
early-access features that are subject to breaking changes.
78+
Use the test channel with caution. Pre-release versions include experimental and early-access features that are subject to breaking changes.
9179

9280
## Support
9381

94-
Docker Engine is an open source project, supported by the Moby project maintainers
95-
and community members. Docker doesn't provide support for Docker Engine.
96-
Docker provides support for Docker products, including Docker Desktop, which uses
97-
Docker Engine as one of its components.
82+
Docker Engine is an open source project, supported by the Moby project maintainers and community members. Docker doesn't provide support for Docker Engine. Docker provides support for Docker products, including Docker Desktop, which uses Docker Engine as one of its components.
9883

99-
For information about the open source project, refer to the
100-
[Moby project website](https://mobyproject.org/).
84+
For information about the open source project, refer to the [Moby project website](https://mobyproject.org/).
10185

10286
### Upgrade path
10387

104-
Patch releases are always backward compatible with its major and minor version.
88+
Patch releases are always backward compatible with their major and minor version.
10589

10690
### Licensing
10791

108-
Docker Engine is licensed under the Apache License, Version 2.0. See
109-
[LICENSE](https://github.com/moby/moby/blob/master/LICENSE) for the full
110-
license text.
92+
Docker Engine is licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/moby/moby/blob/master/LICENSE) for the full license text.
11193

11294
## Reporting security issues
11395

114-
If you discover a security issue, we request that you bring it to our attention immediately.
96+
If you discover a security issue, report it immediately.
11597

116-
DO NOT file a public issue. Instead, submit your report privately to [email protected].
98+
Do not file a public issue. Instead, send your report privately to [email protected].
11799

118-
Security reports are greatly appreciated, and Docker will publicly thank you for it.
100+
Docker appreciates security reports and will publicly thank you for your contribution.
119101

120102
## Get started
121103

122-
After setting up Docker, you can learn the basics with
123-
[Getting started with Docker](/get-started/introduction/_index.md).
104+
After setting up Docker, you can learn the basics with [Getting started with Docker](/get-started/introduction/_index.md).

0 commit comments

Comments
 (0)