예제 #1
0
파일: Logs.php 프로젝트: Elfiggo/dock-cli
 /**
  * @param $composeLogsArguments
  */
 private function displayLogs($composeLogsArguments)
 {
     $this->processRunner->followsUpWith($this->composeExecutableFinder->find(), $composeLogsArguments);
 }
 /**
  * {@inheritdoc}
  */
 public function stop(Project $project)
 {
     $this->userInteraction->writeTitle('Stopping application containers');
     $this->processRunner->followsUpWith($this->composeExecutableFinder->find(), ['stop']);
 }