We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f15678 + 0156a1e commit 5ed9901Copy full SHA for 5ed9901
repo2docker/docker.py
@@ -117,7 +117,7 @@ def images(self):
117
118
def inspect_image(self, image):
119
image = self._apiclient.inspect_image(image)
120
- return Image(tags=image["RepoTags"], config=image["ContainerConfig"])
+ return Image(tags=image["RepoTags"], config=image["Config"])
121
122
def push(self, image_spec):
123
if self.registry_credentials:
0 commit comments