mirror of https://github.com/docker/compose.git
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> |
||
---|---|---|
.. | ||
cli | ||
config | ||
metrics | ||
__init__.py | ||
cli_test.py | ||
container_test.py | ||
network_test.py | ||
parallel_test.py | ||
progress_stream_test.py | ||
project_test.py | ||
service_test.py | ||
split_buffer_test.py | ||
timeparse_test.py | ||
utils_test.py | ||
volume_test.py |