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