- Full name:
\IterativeCode\Component\DockerClient\DockerClient
DockerClient constructor.
public __construct(array $options = []): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$options |
array |
public info(): array
public version(): array
public listContainers(array $options = []): array
Parameters:
Parameter | Type | Description |
---|---|---|
$options |
array |
public stopContainer( $id): bool
Parameters:
Parameter | Type | Description |
---|---|---|
$id |
**** |
public startContainer( $id): array
Parameters:
Parameter | Type | Description |
---|---|---|
$id |
**** |
public runContainer( $name, $payload): false|string
Parameters:
Parameter | Type | Description |
---|---|---|
$name |
**** | |
$payload |
**** |
public inspectContainer( $id): array
Parameters:
Parameter | Type | Description |
---|---|---|
$id |
**** |
public getContainerStats( $id, false $oneShot = false): array
Parameters:
Parameter | Type | Description |
---|---|---|
$id |
**** | |
$oneShot |
false |
public getContainerLogs( $id, string $level = 'all'): string
Parameters:
Parameter | Type | Description |
---|---|---|
$id |
**** | |
$level |
string |
public deleteContainer( $id, bool $force = false): bool
Parameters:
Parameter | Type | Description |
---|---|---|
$id |
**** | |
$force |
bool |
Deletes stopped containers
public pruneContainers(mixed $label = null): array
Parameters:
Parameter | Type | Description |
---|---|---|
$label |
mixed |
public imageExists( $name): bool
Parameters:
Parameter | Type | Description |
---|---|---|
$name |
**** |
public listImages(null $label = null): array
Parameters:
Parameter | Type | Description |
---|---|---|
$label |
null |
public inspectImage( $nameOrId): array
Parameters:
Parameter | Type | Description |
---|---|---|
$nameOrId |
**** |
public pullImage( $image): void
Parameters:
Parameter | Type | Description |
---|---|---|
$image |
**** |
public removeImage( $image, $force = false): void
Parameters:
Parameter | Type | Description |
---|---|---|
$image |
**** | |
$force |
**** |
Automatically generated from source code comments on 2022-09-27 using phpDocumentor and saggre/phpdocumentor-markdown