ensures API compatibility for read_only containers

This commit is contained in:
Johan Haals 2015-07-23 16:45:01 +02:00 committed by Matt Clay
parent aaac05c96c
commit 6a9a4d905a

View file

@ -576,6 +576,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')
}