DockerDaemon
API abstraction layer for Docker daemon.
Inheritors
Types
A bound instance of DockerDaemon is a daemon which declares resource reservation and is bound to a task.
A DockerClient implementation which blacklists creation and removal operations for containers, images and volumes, as well as starting and waiting for containers.
An unbounded instance of DockerDaemon is a daemon which does not declare resource reservations nor is strictly bound to a task.
Properties
Retrieves a bound instance of DockerDaemon.
A DockerClient instance which connects to the host of this DockerDaemon.
Retrieves an unbound instance of DockerDaemon.
Functions
Executes block using a new instance of DockerClient, automatically closing the client after the block has exited.
Executes block using a new instance of DockerClient, automatically closing the client after the block has exited.