Add docker compose pull command to the project.
This commit is contained in:
@@ -31,6 +31,14 @@ trait loadTasks
|
||||
return $this->task(Pause::class, $pathToDockerCompose);
|
||||
}
|
||||
|
||||
/**
|
||||
* Docker compose pull task.
|
||||
*/
|
||||
protected function taskDockerComposePull($pathToDockerCompose = null)
|
||||
{
|
||||
return $this->task(Pull::class, $pathToDockerCompose);
|
||||
}
|
||||
|
||||
/**
|
||||
* Docker compose start task.
|
||||
*/
|
||||
@@ -54,5 +62,4 @@ trait loadTasks
|
||||
{
|
||||
return $this->task(Execute::class, $pathToDockerCompose);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user