예제 #1
0
 protected function stopProxy()
 {
     $this->stdOut->writeln("<comment>Stopping the nginx proxy container");
     return Docker::stop([$this->containerName]);
 }
예제 #2
0
 protected function stopSeleniumContainer()
 {
     $this->stdOut->writeln("<comment>Stopping the Selenium container");
     return Docker::stop([$this->containerName]);
 }