Add docker-compose pause command.

This commit is contained in:
Travis Tomka
2017-03-30 20:01:05 -06:00
parent 01740ee9e4
commit 761f956826
2 changed files with 24 additions and 0 deletions

View File

@@ -24,6 +24,12 @@ trait loadTasks
}
/**
* Docker compose pause task.
*/
protected function taskDockerComposePause($pathToDockerCompose = null)
{
return $this->task(Pause::class, $pathToDockerCompose);
}
/**
* Docker compose start task.