Client
class Client
Class Client.
Constants
BASE_URL |
|
Methods
__construct(Curl $curl, string $docker_host)
Volume constructor.
mixed
list(array $filters = [])
No description
mixed
create(string $name, string $drive = null, array $driveOpts = null, array $labels = null)
No description
mixed
inspect(string $name)
No description
mixed
remove(string $name, bool $force = false)
No description
mixed
prune(array $filters = [])
No description
Details
at line 30
__construct(Curl $curl, string $docker_host)
Volume constructor.