ensures API compatibility for read_only containers
This commit is contained in:
parent
851e55b55f
commit
1ea03e7182
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue