| AbstractDockerCommand |
A MetaClass representing a Docker command.
|
| Build |
A representation of the Docker build command.
|
| CommandWithArgumentList |
An immutable SimpleDockerCommand with a list of Arguments
that will be appended to the end of the command line.
|
| Events |
A representation of the Docker events command.
|
| Images |
A representation of the Docker images command.
|
| Inspect |
A representation of the Docker inspect command.
|
| Kill |
A representation of the Docker kill command.
|
| Logs |
A representation of the Docker logs command.
|
| Network |
A representation of the Docker Network commands.
|
| Network.Connect |
A representation of the Docker Network Connect command.
|
| Network.Create |
A representation of the Docker Network Create command.
|
| Network.Disconnect |
A representation of the Docker Network Disconnect command.
|
| Network.Inspect |
A representation of the Docker Network Inspect command.
|
| Network.LS |
A representation of the Docker Network LS command.
|
| Network.Remove |
A representation of the Docker Network rm command.
|
| Remove |
A representation of the Docker rm and rmi commands to remove containers,
container links and images.
|
| Remove.RemoveContainer |
A representation of a Docker command to remove one or more
containers (equates to the Docker rm command).
|
| Remove.RemoveImage |
A representation of a Docker command to remove an image.
|
| Remove.RemoveLink |
A representation of a Docker command to remove a link between two
containers (equates to the Docker rm --link containerA/contaunerB command).
|
| Run |
A representation of the Docker run command.
|
| SimpleDockerCommand |
A representation of a generic Docker command.
|
| Stop |
A representation of the Docker stop command.
|