Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 1697838

Browse files
committed
docs: mark deprecation of "dab" files and top-level "deploy" subcommand
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit c7aca084970917b9605e1464bfded7cddd664dcd) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 64838b6907231cadf3e73b427c645bcb0ef73b9c Component: cli
1 parent 293ca94 commit 1697838

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

components/cli/docs/deprecated.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,30 @@ format is deprecated in favor of the
3333
If the registry you are using still supports v2 schema 1, urge their administrators to move to v2 schema 2.
3434

3535

36+
### Top-level `docker deploy` subcommand (experimental)
37+
38+
**Deprecated in Release: v19.03.0**
39+
40+
**Target For Removal In Release: v20.03.0**
41+
42+
The top-level `docker deploy` command (using the "Docker Application Bundle"
43+
(.dab) file format was introduced as an experimental feature in Docker 1.13 /
44+
17.03, but superseded by support for Docker Compose files using the `docker stack deploy`
45+
subcommand.
46+
47+
48+
### `docker stack deploy` using "dab" files (experimental)
49+
50+
**Deprecated in Release: v19.03.0**
51+
52+
**Target For Removal In Release: v20.03.0**
53+
54+
With no development being done on this feature, and no active use of the file
55+
format, support for the DAB file format and the top-level docker deploy command
56+
(hidden by default in 19.03), will be removed, in favour of `docker stack deploy`
57+
using compose files.
58+
59+
3660
### AuFS storage driver
3761

3862
**Deprecated in Release: v19.03.0**

0 commit comments

Comments
 (0)