Skip to content

Commit 5ec88e1

Browse files
Merge pull request #2400 from thaJeztah/deprecation_policy
Include deprecation policy on deprecated features page
2 parents 067cf50 + 9944327 commit 5ec88e1

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

docs/deprecated.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,24 @@ keywords: "docker, documentation, about, technology, deprecate"
1515

1616
# Deprecated Engine Features
1717

18-
The following list of features are deprecated in Engine. To learn more about Docker
19-
Engine's deprecation policy, see [Feature Deprecation Policy](https://docs.docker.com/engine/#feature-deprecation-policy).
18+
This page provides an overview of features that are deprecated in Engine. Changes
19+
in packaging, and supported (Linux) distributions are not included. To learn
20+
about end of support for Linux distributions, refer to the
21+
[release notes](https://docs.docker.com/engine/release-notes/).
22+
23+
## Feature Deprecation Policy
24+
25+
As changes are made to Docker there may be times when existing features need to
26+
be removed or replaced with newer features. Before an existing feature is removed
27+
it is labeled as "deprecated" within the documentation and remains in Docker for
28+
at least 3 stable releases unless specified explicitly otherwise. After that time
29+
it may be removed.
30+
31+
Users are expected to take note of the list of deprecated features each release
32+
and plan their migration away from those features, and (if applicable) towards
33+
the replacement features as soon as possible.
34+
35+
## Deprecated Engine Features
2036

2137
The table below provides an overview of the current status of deprecated features:
2238

@@ -525,4 +541,3 @@ of the `--changes` flag that allows to pass `Dockerfile` commands.
525541
**Removed In Release: [v1.12.0](https://github.com/docker/docker/releases/tag/v1.12.0)**
526542

527543
The `docker import` command format `file|URL|- [REPOSITORY [TAG]]` is deprecated since November 2013. It's no more supported.
528-

0 commit comments

Comments
 (0)