Docker\API\Model\SystemInformation::setExecutionDriver PHP Method

setExecutionDriver() public method

public setExecutionDriver ( string $executionDriver = null ) : self
$executionDriver string
return self
    public function setExecutionDriver($executionDriver = null)
    {
        $this->executionDriver = $executionDriver;
        return $this;
    }