Add v2 configuration tests
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
df6877a277
commit
ecef5d37a7
5 changed files with 251 additions and 31 deletions
|
|
@ -868,6 +868,7 @@ def get_container_data_volumes(container, volumes_option):
|
|||
continue
|
||||
|
||||
mount = container_mounts.get(volume.internal)
|
||||
|
||||
# New volume, doesn't exist in the old container
|
||||
if not mount:
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue