| Docker |
An encapsulation of the various settings required to run Docker commands.
|
| DockerContainer |
A representation of a Docker container.
|
| DockerImage |
A representation of a Docker image.
|
| DockerPlatform |
A Platform that can execute Docker commands using a
specific Docker environment.
|
| DockerRemoteTerminal |
A specialized RemoteTerminal used to generate Docker images and
launch Docker containers from those images.
|
| DockerRemoteTerminal.ContainerApplication |
An implementation of an Application the sole purpose of which is
to be able to capture the ApplicationProcess.
|
| DockerRemoteTerminal.ContainerMetaClass |
The MetaClass that is used when starting a Docker
container application.
|
| PortMapping |
A representation of a container port mapping.
|