Add v2 configuration tests

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2015-12-01 17:28:42 -08:00
commit ecef5d37a7
5 changed files with 251 additions and 31 deletions

View file

@ -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