Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove experimental "deploy" from "dab" files #2216

Merged
merged 1 commit into from
Dec 10, 2019

Commits on Dec 9, 2019

  1. Remove experimental "deploy" from "dab" files

    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.
    
    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), is removed in this patch, in favour of `docker stack deploy`
    using compose files.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    99ad13e View commit details
    Browse the repository at this point in the history