mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
rename pullContainer to pullImage
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
03aa7a1ce1
commit
f935993ac6
2 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue