class |
Images |
A representation of the Docker images command.
|
class |
Inspect |
A representation of the Docker inspect command.
|
class |
Kill |
A representation of the Docker kill command.
|
class |
Logs |
A representation of the Docker logs command.
|
class |
Network<C extends CommandWithArgumentList> |
A representation of the Docker Network commands.
|
static class |
Network.Connect |
A representation of the Docker Network Connect command.
|
static class |
Network.Create |
A representation of the Docker Network Create command.
|
static class |
Network.Disconnect |
A representation of the Docker Network Disconnect command.
|
static class |
Network.Inspect |
A representation of the Docker Network Inspect command.
|
static class |
Network.LS |
A representation of the Docker Network LS command.
|
static class |
Network.Remove |
A representation of the Docker Network rm command.
|
class |
Remove<R extends Remove> |
A representation of the Docker rm and rmi commands to remove containers,
container links and images.
|
static class |
Remove.RemoveContainer |
A representation of a Docker command to remove one or more
containers (equates to the Docker rm command).
|
static class |
Remove.RemoveImage |
A representation of a Docker command to remove an image.
|
static class |
Remove.RemoveLink |
A representation of a Docker command to remove a link between two
containers (equates to the Docker rm --link containerA/contaunerB command).
|
class |
Stop |
A representation of the Docker stop command.
|