mirror of https://github.com/docker/docker-py.git
By having this hardcoded list of log drivers, it is a bottleneck to us supporting more log drivers. The daemon already validates if a log driver is valid or not, so rather than duplicating that validation, let's pass the log_driver along. This allows support for new/more log drivers as they become supported in docker without having to wait for both docker-py and docker-compose to support them. Keeping the current list of log driver types for backwards compatibility. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com> |
||
|---|---|---|
| .. | ||
| testdata/certs | ||
| __init__.py | ||
| base.py | ||
| fake_api.py | ||
| fake_stat.py | ||
| integration_test.py | ||
| test.py | ||
| utils_test.py | ||