mirror of https://github.com/portainer/portainer
fix/ee-1909/show-pull-image-error (#6195)
Co-authored-by: sunportainer <ericsun@SG1.local>pull/6241/head
parent
a78d8a4ff1
commit
b3e04adee3
|
@ -302,7 +302,7 @@ angular.module('portainer.docker').controller('ContainerController', [
|
|||
return $q.when();
|
||||
}
|
||||
return RegistryService.retrievePorRegistryModelFromRepository(container.Config.Image, endpoint.Id).then((registryModel) => {
|
||||
return ImageService.pullImage(registryModel, true);
|
||||
return ImageService.pullImage(registryModel, false);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue