Unbound
An unbounded instance of DockerDaemon is a daemon which does not declare resource reservations nor is strictly bound to a task.
Unbounded daemons only expose the low-level Docker APIs for usage. As such, these daemons cannot be used in virtualized environment abstraction APIs.
The intended use-case for unbounded daemons are when Docker engines are needed for tasks which do not require resource reservation, or tasks which are agnostic to individual Docker engines.
Unbounded daemons can be replicated via unboundInstance. However, unbounded daemons cannot be converted into bound daemons, due to the inability to bind to tasks or reserve resources.
There is no need to unbind unbounded daemons after use.
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.