mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
docker-py: bump minimal version to 1.8.0 (#46134)
* Bumping docker-py minimal version to 1.8.0. * Improve docs formatting.
This commit is contained in:
committed by
Abhijeet Kasurde
parent
c98cec17e0
commit
95cfcac694
@@ -79,7 +79,7 @@ DEFAULT_DOCKER_HOST = 'unix://var/run/docker.sock'
|
||||
DEFAULT_TLS = False
|
||||
DEFAULT_TLS_VERIFY = False
|
||||
DEFAULT_TLS_HOSTNAME = 'localhost'
|
||||
MIN_DOCKER_VERSION = "1.7.0"
|
||||
MIN_DOCKER_VERSION = "1.8.0"
|
||||
DEFAULT_TIMEOUT_SECONDS = 60
|
||||
|
||||
DOCKER_COMMON_ARGS = dict(
|
||||
|
||||
Reference in New Issue
Block a user