From 64838b6907231cadf3e73b427c645bcb0ef73b9c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 10 Feb 2020 14:30:24 +0100 Subject: [PATCH] docs: mark deprecation of "dab" files and top-level "deploy" subcommand Signed-off-by: Sebastiaan van Stijn (cherry picked from commit c7aca084970917b9605e1464bfded7cddd664dcd) Signed-off-by: Sebastiaan van Stijn --- docs/deprecated.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/deprecated.md b/docs/deprecated.md index 25392157ad..78c709fcff 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -33,6 +33,30 @@ format is deprecated in favor of the If the registry you are using still supports v2 schema 1, urge their administrators to move to v2 schema 2. +### Top-level `docker deploy` subcommand (experimental) + +**Deprecated in Release: v19.03.0** + +**Target For Removal In Release: v20.03.0** + +The top-level `docker deploy` command (using the "Docker Application Bundle" +(.dab) file format was introduced as an experimental feature in Docker 1.13 / +17.03, but superseded by support for Docker Compose files using the `docker stack deploy` +subcommand. + + +### `docker stack deploy` using "dab" files (experimental) + +**Deprecated in Release: v19.03.0** + +**Target For Removal In Release: v20.03.0** + +With no development being done on this feature, and no active use of the file +format, support for the DAB file format and the top-level docker deploy command +(hidden by default in 19.03), will be removed, in favour of `docker stack deploy` +using compose files. + + ### AuFS storage driver **Deprecated in Release: v19.03.0**