ensures API compatibility for read_only containers

This commit is contained in:
Johan Haals 2015-07-23 16:45:01 +02:00
parent 851e55b55f
commit 1ea03e7182

View file

@ -571,6 +571,7 @@ class DockerManager(object):
'cpu_set': ((0, 6, 0), '1.14'),
'cap_add': ((0, 5, 0), '1.14'),
'cap_drop': ((0, 5, 0), '1.14'),
'read_only': ((1, 0, 0), '1.17'),
# Clientside only
'insecure_registry': ((0, 5, 0), '0.0')
}