class |
AbstractDockerCommand |
Ancestor for docker commands.
|
class |
AbstractDockerCommandWithOptions |
Ancestor for commands that take options.
|
class |
BuildImage |
Performs the 'docker image build' command in either blocking or async fashion.
|
class |
ExecContainer |
Performs the 'docker container exec' command in either blocking or async fashion.
|
class |
Generic |
Executes the specified docker command with the provided options.
|
class |
GenericWithArgs |
Executes the specified docker command with the provided options feeding in the specified parameters.
|
class |
Info |
Outputs information about the docker environment ('docker info').
|
class |
KillContainers |
For killing containers.
|
class |
ListContainers |
For listing container IDs.
|
class |
ListImages |
For listing image IDs.
|
class |
PauseContainers |
For pausing containers.
|
class |
PruneContainers |
For pruning stopped containers.
|
class |
PruneImages |
For pruning images.
|
class |
Pull |
Pulls the specified image.
|
class |
Push |
Pushes the specified image.
|
class |
RemoveContainers |
For removing containers.
|
class |
RemoveImages |
For removing images.
|
class |
Run |
Performs the 'docker run' command in either blocking or async fashion.
|
class |
RunWithArgs |
TODO: What this class does.
|
class |
StartContainers |
For starting containers.
|
class |
StopContainers |
For stopping containers.
|