Improve docker cifs volume configs
This commit is contained in:
parent
635a0c4da8
commit
bd4bd550bf
5 changed files with 11 additions and 6 deletions
|
|
@ -25,7 +25,7 @@ class FilterModule(object):
|
|||
"hooks": copy.deepcopy(hooks)
|
||||
}
|
||||
|
||||
if location["type"] == "docker":
|
||||
if location["type"] == "docker" or location["type"] == "docker_cifs":
|
||||
new_location["from"] = name
|
||||
new_location["type"] = "volume"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue