Test for support of docker commit images

Ref #1039
pull/1046/head
Julien Duponchelle 7 years ago
parent 2191c487b6
commit 1e598d1890
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -840,7 +840,7 @@ def test_get_image_informations(project, manager, loop):
@pytest.mark.skipif(sys.platform.startswith("win"), reason="Not supported on Windows")
def test_mount_binds(vm, tmpdir):
image_infos = {
"ContainerConfig": {
"Config": {
"Volumes": {
"/test/experimental": {}
}

Loading…
Cancel
Save