compose/tests/unit
Sebastiaan van Stijn 33eeef41ab Remove "bundle" subcommand and support for DAB files
Deploying stacks 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 in the CLI.

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 from the CLI, in favour of
`docker stack deploy` using compose files.

This patch removes the `docker-compose bundle` subcommand from Docker Compose,
which was used to convert compose files into DAB files (and given the above,
will no longer be needed).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-08 16:42:49 +01:00
..
cli Format image size as decimal to be align with Docker CLI 2019-10-18 12:50:38 +02:00
config Validate version format on formats 2+ 2020-01-07 18:37:47 +01:00
__init__.py Split tests into unit and integration 2014-04-25 22:58:21 +01:00
cli_test.py Fix one-off commands for "restart: unless-stopped" (fixes #6302) 2018-11-26 23:23:56 +01:00
container_test.py Pin test images on a non rolling tag 2019-07-18 11:10:37 +02:00
network_test.py Prevent KeyError when remote network labels are None. 2019-09-05 21:36:10 +02:00
parallel_test.py Revamp ParallelStreamWriter to fix display issues. 2018-03-07 15:22:38 +01:00
progress_stream_test.py fix race condition after pulling image 2019-01-09 23:14:12 +01:00
project_test.py Cleanup all open files 2019-10-28 15:36:05 +01:00
service_test.py Decode APIError explanation to unicode before usage 2020-01-06 16:00:34 +01:00
split_buffer_test.py Replace unittest-style asserts with pytest asserts 2018-01-04 14:38:28 -08:00
timeparse_test.py Use stop grace period for container stop. 2016-11-16 12:12:28 -05:00
utils_test.py utils: Fix typo in unique_everseen. 2018-09-27 14:17:32 +02:00
volume_test.py Add support for v3.4 files and custom volume names 2017-08-11 11:48:00 -07:00