Support images created by "docker commit". Fixes #1039

pull/1046/head
Bernhard Ehlers 7 years ago committed by Julien Duponchelle
parent 3ed49bbdd5
commit 2191c487b6
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -213,7 +213,7 @@ class DockerVM(BaseNode):
self._volumes = ["/etc/network"]
volumes = image_infos.get("ContainerConfig", {}).get("Volumes")
volumes = image_infos.get("Config", {}).get("Volumes")
if volumes is None:
return binds
for volume in volumes.keys():

Loading…
Cancel
Save