Skip to content

Commit

Permalink
Document that reserved namespaces org.docker.*, io.docker.*, and
Browse files Browse the repository at this point in the history
org.dockerproject.* in engine labels are now deprecated.

Signed-off-by: Ying Li <[email protected]>
  • Loading branch information
cyli committed May 16, 2018
1 parent bac0d8f commit 7470d46
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ The following list of features are deprecated in Engine.
To learn more about Docker Engine's deprecation policy,
see [Feature Deprecation Policy](https://docs.docker.com/engine/#feature-deprecation-policy).

### Reserved namespaces in engine labels

**Deprecated in Release: v18.06.0**

The namespaces `com.docker.*`, `io.docker.*`, and `org.dockerproject.*` in engine labels
were always documented to be reserved, but there was never any enforcement.

Usage of these namespaces will now cause a warning in the engine logs to discourage their
use, and will error instead in 18.12 and above.

### Asynchronous `service create` and `service update`

**Deprecated In Release: v17.05.0**
Expand Down

0 comments on commit 7470d46

Please sign in to comment.