Interface | Description |
---|---|
Container<SELF extends Container<SELF>> | |
ContainerState | |
Network |
Class | Description |
---|---|
ComposeContainer |
Testcontainers implementation for Docker Compose V2.
|
Container.ExecResult |
Class to hold results from a "docker exec" command
|
DockerComposeContainer<SELF extends DockerComposeContainer<SELF>> |
Container which launches Docker Compose, for the purposes of launching a defined set of containers.
|
DockerComposeFiles | |
ExecConfig |
Exec configuration.
|
ExecConfig.ExecConfigBuilder | |
ExecInContainerPattern |
Provides utility methods for executing commands in containers
|
FailureDetectingExternalResource |
TestRule which is called before and after each test, and also is notified on success/failure. |
FixedHostPortGenericContainer<SELF extends FixedHostPortGenericContainer<SELF>> |
Variant of
GenericContainer that allows a fixed port on the docker host to be mapped to a container port. |
FutureContainer |
A container that may not have been launched yet.
|
GenericContainer<SELF extends GenericContainer<SELF>> |
Base class for that allows a container to be launched and controlled.
|
Network.NetworkImpl | |
Network.NetworkImpl.NetworkImplBuilder | |
SocatContainer |
A socat container is used as a TCP proxy, enabling any TCP port of another container to be exposed
publicly, even if that container does not make the port public itself.
|
VncRecordingContainer |
'Sidekick container' with the sole purpose of recording the VNC screen output from another container.
|
Enum | Description |
---|---|
BindMode |
Possible modes for binding storage volumes.
|
ComposeContainer.RemoveImages | |
DockerComposeContainer.RemoveImages | |
InternetProtocol |
The IP protocols supported by Docker.
|
PortForwardingContainer | |
SelinuxContext |
Possible contexts for use with SELinux
|
VncRecordingContainer.VncRecordingFormat |
Exception | Description |
---|---|
ContainerFetchException |
Created by rnorth on 15/10/2015.
|
ContainerLaunchException |
AN exception that may be raised during launch of a container.
|