rename pullContainer to pullImage

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-11-20 13:16:59 +01:00
parent 03aa7a1ce1
commit f935993ac6
2 changed files with 8 additions and 8 deletions

View file

@ -577,7 +577,7 @@ class DockerActionManager
}
public function PullContainer(Container $container) : void
public function PullImage(Container $container) : void
{
$url = $this->BuildApiUrl(sprintf('images/create?fromImage=%s', urlencode($this->BuildImageName($container))));
// do not catch any exception so that it always throws and logs the error