Method | Description | |
---|---|---|
checkAuthentication ( Docker\API\Model\AuthConfig $authConfig, array $parameters = [], string $fetch = self::FETCH_OBJECT ) : Psr\Http\Message\ResponseInterface | |
Check auth configuration. | |
getEvents ( array $parameters = [], string $fetch = self::FETCH_OBJECT ) : Psr\Http\Message\ResponseInterface | Get container events from docker, either in real time via streaming, or via polling (using since). | |
getSystemInformation ( array $parameters = [], string $fetch = self::FETCH_OBJECT ) : Psr\Http\Message\ResponseInterface | |
Display system-wide information. | |
getVersion ( array $parameters = [], string $fetch = self::FETCH_OBJECT ) : Psr\Http\Message\ResponseInterface | Docker\API\Model\Version | Show the docker version information. | |
ping ( array $parameters = [], string $fetch = self::FETCH_OBJECT ) : Psr\Http\Message\ResponseInterface | Ping the docker server. |
public checkAuthentication ( Docker\API\Model\AuthConfig $authConfig, array $parameters = [], string $fetch = self::FETCH_OBJECT ) : Psr\Http\Message\ResponseInterface | |
||
$authConfig | Docker\API\Model\AuthConfig | Authentication to check |
$parameters | array | List of parameters |
$fetch | string | Fetch mode (object or response) |
return | Psr\Http\Message\ResponseInterface | |
public getEvents ( array $parameters = [], string $fetch = self::FETCH_OBJECT ) : Psr\Http\Message\ResponseInterface | ||
$parameters | array | { @var int $since Timestamp used for polling @var int $until Timestamp used for polling @var string $filters A json encoded value of the filters (a map[string][]string) to process on the event list. } |
$fetch | string | Fetch mode (object or response) |
return | Psr\Http\Message\ResponseInterface |
public getSystemInformation ( array $parameters = [], string $fetch = self::FETCH_OBJECT ) : Psr\Http\Message\ResponseInterface | |
||
$parameters | array | List of parameters |
$fetch | string | Fetch mode (object or response) |
return | Psr\Http\Message\ResponseInterface | |
public getVersion ( array $parameters = [], string $fetch = self::FETCH_OBJECT ) : Psr\Http\Message\ResponseInterface | Docker\API\Model\Version | ||
$parameters | array | List of parameters |
$fetch | string | Fetch mode (object or response) |
return | Psr\Http\Message\ResponseInterface | Docker\API\Model\Version |