kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #1355 from manics/docker-config
Docker engine: replace ContainerConfig with Configpull/1357/head
commit
5ed990188e
|
@ -117,7 +117,7 @@ class DockerEngine(ContainerEngine):
|
||||||
|
|
||||||
def inspect_image(self, image):
|
def inspect_image(self, image):
|
||||||
image = self._apiclient.inspect_image(image)
|
image = self._apiclient.inspect_image(image)
|
||||||
return Image(tags=image["RepoTags"], config=image["ContainerConfig"])
|
return Image(tags=image["RepoTags"], config=image["Config"])
|
||||||
|
|
||||||
def push(self, image_spec):
|
def push(self, image_spec):
|
||||||
if self.registry_credentials:
|
if self.registry_credentials:
|
||||||
|
|
Ładowanie…
Reference in New Issue