Client
class Client
Class Client.
Traits
Constants
BASE_URL |
|
Methods
mixed
list(array $filters = [])
No description
mixed
inspect(string $id)
No description
mixed
delete(string $id, bool $force = false)
No description
mixed
update(string $id, int $version, string $name, array $labels = null, string $role = null, string $availability = null)
No description
Details
in DockerTrait at line 22
__construct(Curl $curl, string $docker_host)
Volume constructor.