We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91b280 commit dd82f9aCopy full SHA for dd82f9a
docker/constants.py
@@ -2,7 +2,7 @@
2
from .version import __version__
3
4
DEFAULT_DOCKER_API_VERSION = '1.44'
5
-MINIMUM_DOCKER_API_VERSION = '1.21'
+MINIMUM_DOCKER_API_VERSION = '1.24'
6
DEFAULT_TIMEOUT_SECONDS = 60
7
STREAM_HEADER_SIZE_BYTES = 8
8
CONTAINER_LIMITS_KEYS = [
0 commit comments