We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc7425 commit 82634feCopy full SHA for 82634fe
docker/constants.py
@@ -2,7 +2,7 @@
2
from .version import version
3
4
DEFAULT_DOCKER_API_VERSION = '1.24'
5
-MINIMUM_DOCKER_API_VERSION = '1.24'
+MINIMUM_DOCKER_API_VERSION = '1.21'
6
DEFAULT_TIMEOUT_SECONDS = 60
7
STREAM_HEADER_SIZE_BYTES = 8
8
CONTAINER_LIMITS_KEYS = [
0 commit comments