/**
  * @return bool
  */
 protected function envExported()
 {
     return (bool) (!empty($this->dockerParams)) || Machine::isExported();
 }