Client
class Client
Class Client.
Traits
Constants
BASE_URL |
|
Methods
mixed
list(array $filters = [])
No description
mixed
create(string $auth, string $name, array $labels = null, array $taskTemplate, array $mode, array $updateConfig, array $rollbackConfig, array $networks, array $endpointSpec)
No description
mixed
inspect(string $id, bool $insertDefaults = false)
No description
mixed
delete(string $id)
No description
mixed
update(string $id, int $version, string $registryAuthFrom = 'spec', string $rollback, string $auth, array $request_body)
No description
mixed
logs(string $id, bool $details = false, bool $follow = false, bool $stdout = false, bool $stderr = false, int $since = 0, bool $timestamps = false, string $tail = 'all')
No description
Details
in DockerTrait at line 22
__construct(Curl $curl, string $docker_host)
Volume constructor.