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: docs/deprecated.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,16 @@ The following list of features are deprecated in Engine.
19
19
To learn more about Docker Engine's deprecation policy,
20
20
see [Feature Deprecation Policy](https://docs.docker.com/engine/#feature-deprecation-policy).
21
21
22
+
### Reserved namespaces in engine labels
23
+
24
+
**Deprecated in Release: v18.06.0**
25
+
26
+
The namespaces `com.docker.*`, `io.docker.*`, and `org.dockerproject.*` in engine labels
27
+
were always documented to be reserved, but there was never any enforcement.
28
+
29
+
Usage of these namespaces will now cause a warning in the engine logs to discourage their
30
+
use, and will error instead in 18.12 and above.
31
+
22
32
### Asynchronous `service create` and `service update`
0 commit comments