summaryrefslogtreecommitdiff
path: root/docker/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'docker/constants.py')
-rw-r--r--docker/constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/constants.py b/docker/constants.py
index f99f192..10a2fee 100644
--- a/docker/constants.py
+++ b/docker/constants.py
@@ -4,3 +4,7 @@ STREAM_HEADER_SIZE_BYTES = 8
CONTAINER_LIMITS_KEYS = [
'memory', 'memswap', 'cpushares', 'cpusetcpus'
]
+
+INSECURE_REGISTRY_DEPRECATION_WARNING = \
+ 'The `insecure_registry` argument to {} ' \
+ 'is deprecated and non-functional. Please remove it.'