You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/engine/install/_index.md
+29-48Lines changed: 29 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,10 @@ aliases:
33
33
- /install/linux/docker-ee/oracle/
34
34
---
35
35
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).
40
40
41
41
## Supported platforms
42
42
@@ -54,70 +54,51 @@ see: [Overview of Docker Desktop](/manuals/desktop/_index.md).
54
54
### Other Linux distributions
55
55
56
56
> [!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.
80
70
81
71
## Release channels
82
72
83
-
Docker Engine has two types of update channels,**stable** and **test**:
73
+
Docker Engine has two update channels:**stable** and **test**.
84
74
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.
88
77
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.
91
79
92
80
## Support
93
81
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.
98
83
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/).
101
85
102
86
### Upgrade path
103
87
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.
105
89
106
90
### Licensing
107
91
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.
111
93
112
94
## Reporting security issues
113
95
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.
115
97
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].
117
99
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.
119
101
120
102
## Get started
121
103
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