DockerCLI/e2e
Sebastiaan van Stijn 99ad13e374
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>
2019-12-09 10:34:14 +01:00
..
cli-plugins e2e/cli-plugins: Using the variable on range scope `args` in function literal (scopelint) 2019-10-31 19:22:34 +01:00
container e2e/container: containerExistsWithStatus - t is unused (unparam) 2019-10-31 19:22:26 +01:00
context e2e: add a test for `context ls` 2019-05-20 13:28:11 +01:00
image Disable unparam linter: e2e/image/push_test.go:299:27: `withNotaryPassphrase` - `pwd` always receives `"foo"` (unparam) 2019-10-31 19:22:23 +01:00
internal/fixtures Add missing test 2018-11-26 14:02:16 +00:00
plugin Fix: plugin-tests discarding current environment 2019-03-04 20:18:24 +01:00
stack Remove experimental "deploy" from "dab" files 2019-12-09 10:34:14 +01:00
system Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
testdata e2e: avoid `usermod -p` by using `useradd`'s `--password` option 2019-03-11 14:25:41 +00:00
trust e2e: remove unnecessary trailing newline (whitespace) 2019-10-31 19:22:37 +01:00
compose-env.connhelper-ssh.yaml connhelper: add e2e 2018-09-30 10:24:34 +09:00
compose-env.experimental.yaml Make test-e2e run against experimental and non-experimental daemon 2018-06-25 11:46:35 +02:00
compose-env.yaml Disable TLS for e2e docker-in-docker daemon 2019-07-29 14:50:23 -07:00