-
Notifications
You must be signed in to change notification settings - Fork 7.8k
engine: freshness #23125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ArthurFlag
wants to merge
8
commits into
main
Choose a base branch
from
ENGDOCS-2865-engine-freshness
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
engine: freshness #23125
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
2585291
engine
ArthurFlag a81a152
install
ArthurFlag fd57681
centos
ArthurFlag d24440e
debian
ArthurFlag d45768e
fedora
ArthurFlag 02d9404
rhel
ArthurFlag 00b0bf4
sles
ArthurFlag 82b8d28
tweaks
ArthurFlag File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,10 +33,10 @@ aliases: | |
- /install/linux/docker-ee/oracle/ | ||
--- | ||
|
||
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. For instructions on how to install Docker Desktop, | ||
see: [Overview of Docker Desktop](/manuals/desktop/_index.md). | ||
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. | ||
|
||
> [!TIP] | ||
> To install Docker Desktop, see [Overview of Docker Desktop](/manuals/desktop/_index.md). | ||
|
||
## Supported platforms | ||
|
||
|
@@ -54,70 +54,51 @@ see: [Overview of Docker Desktop](/manuals/desktop/_index.md). | |
### Other Linux distributions | ||
|
||
> [!NOTE] | ||
> | ||
> While the following instructions may work, Docker doesn't test or verify | ||
> installation on distribution derivatives. | ||
|
||
- If you use Debian derivatives such as "BunsenLabs Linux", "Kali Linux" or | ||
"LMDE" (Debian-based Mint) should follow the installation instructions for | ||
[Debian](debian.md), substitute the version of your distribution for the | ||
corresponding Debian release. Refer to the documentation of your distribution to find | ||
which Debian release corresponds with your derivative version. | ||
- Likewise, if you use Ubuntu derivatives such as "Kubuntu", "Lubuntu" or "Xubuntu" | ||
you should follow the installation instructions for [Ubuntu](ubuntu.md), | ||
substituting the version of your distribution for the corresponding Ubuntu release. | ||
Refer to the documentation of your distribution to find which Ubuntu release | ||
corresponds with your derivative version. | ||
- Some Linux distributions provide a package of Docker Engine through their | ||
package repositories. These packages are built and maintained by the Linux | ||
distribution's package maintainers and may have differences in configuration | ||
or are built from modified source code. Docker isn't involved in releasing these | ||
packages and you should report any bugs or issues involving these packages to | ||
your Linux distribution's issue tracker. | ||
|
||
Docker provides [binaries](binaries.md) for manual installation of Docker Engine. | ||
These binaries are statically linked and you can use them on any Linux distribution. | ||
> While the following instructions may work, Docker doesn't test or verify installation on distribution derivatives. | ||
|
||
- For Debian derivatives (for example, BunsenLabs Linux, Kali Linux, LMDE): | ||
- Follow the [Debian installation instructions](debian.md). | ||
- Substitute your distribution version for the corresponding Debian release. | ||
- Check your distribution's documentation for the matching Debian release. | ||
- For Ubuntu derivatives (for example, Kubuntu, Lubuntu, Xubuntu): | ||
- Follow the [Ubuntu installation instructions](ubuntu.md). | ||
- Substitute your distribution version for the corresponding Ubuntu release. | ||
- Check your distribution's documentation for the matching Ubuntu release. | ||
- 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. | ||
|
||
Docker provides [binaries](binaries.md) for manual installation. These binaries are statically linked and work on any Linux distribution. | ||
|
||
## Release channels | ||
|
||
Docker Engine has two types of update channels, **stable** and **test**: | ||
Docker Engine has two update channels: **stable** and **test**. | ||
|
||
* The **stable** channel gives you the latest versions released for general availability. | ||
* The **test** channel gives you pre-release versions that are ready for testing before | ||
general availability. | ||
- The **stable** channel gives you the latest versions released for general availability. | ||
- The **test** channel gives you pre-release versions that are ready for testing before general availability. | ||
|
||
Use the test channel with caution. Pre-release versions include experimental and | ||
early-access features that are subject to breaking changes. | ||
Use the test channel with caution. Pre-release versions include experimental and early-access features that are subject to breaking changes. | ||
|
||
## Support | ||
|
||
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. | ||
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. | ||
|
||
For information about the open source project, refer to the | ||
[Moby project website](https://mobyproject.org/). | ||
For information about the open source project, refer to the [Moby project website](https://mobyproject.org/). | ||
|
||
### Upgrade path | ||
|
||
Patch releases are always backward compatible with its major and minor version. | ||
Patch releases are always backward compatible with their major and minor version. | ||
|
||
### Licensing | ||
|
||
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. | ||
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. | ||
|
||
## Reporting security issues | ||
|
||
If you discover a security issue, we request that you bring it to our attention immediately. | ||
If you discover a security issue, report it immediately. | ||
|
||
DO NOT file a public issue. Instead, submit your report privately to [email protected]. | ||
Do not file a public issue. Instead, send your report privately to [email protected]. | ||
|
||
Security reports are greatly appreciated, and Docker will publicly thank you for it. | ||
Docker appreciates security reports and will publicly thank you for your contribution. | ||
|
||
## Get started | ||
|
||
After setting up Docker, you can learn the basics with | ||
[Getting started with Docker](/get-started/introduction/_index.md). | ||
After setting up Docker, you can learn the basics with [Getting started with Docker](/get-started/introduction/_index.md). | ||
ArthurFlag marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.