示例#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']);
 }