Kraken\Runtime\Command\Container\ContainerStartCommand::command PHP Method

command() protected method

protected command ( $params = [] )
    protected function command($params = [])
    {
        return $this->runtime->start();
    }
ContainerStartCommand