compose/tests/unit
Sebastiaan van Stijn 28f8b8549d
Remove local check for log-driver read support
Starting with Docker 20.10, the docker daemon has support for
"dual logging", which allows reading back logs, irregardless of
the logging-driver that is configured (except for "none" as logging
driver).

This patch removes the local check, which used a hard-coded list of
logging drivers that are expected to support reading logs.

When using an older version of Docker, the API should return an
error that reading logs is not supported, so no local check should
be needed.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-28 16:55:36 +01:00
..
cli Remove local check for log-driver read support 2021-01-28 16:55:36 +01:00
config Merge pull request #7926 from maaarghk/no_build_cache_from_duplicate_check 2021-01-11 18:33:16 +01:00
metrics Add metrics 2021-01-04 15:16:51 -03:00
__init__.py
cli_test.py
container_test.py Remove local check for log-driver read support 2021-01-28 16:55:36 +01:00
network_test.py
parallel_test.py Improve control over ANSI output (#6858) 2021-01-19 18:17:55 +01:00
progress_stream_test.py
project_test.py Fix port rendering 2020-09-24 14:49:26 +02:00
service_test.py Move device requests to service_dict to avoid adding another field to config hash 2020-12-02 18:12:39 +00:00
split_buffer_test.py
timeparse_test.py
utils_test.py
volume_test.py