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 |
ListContainers |
For listing container IDs.
|
class |
ListImages |
For listing image IDs.
|
class |
Pull |
Pulls 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.
|