Interface and Description |
---|
org.testcontainers.containers.traits.LinkableContainer |
Class and Description |
---|
org.testcontainers.dockerclient.DockerMachineClientProviderStrategy
this class is used by the SPI and should not be used directly
|
org.testcontainers.utility.DynamicPollInterval
For internal usage only.
|
org.testcontainers.dockerclient.EnvironmentAndSystemPropertyClientProviderStrategy
this class is used by the SPI and should not be used directly
|
org.testcontainers.dockerclient.LogToStringContainerCallback
use
ResultCallback.Adapter |
org.testcontainers.dockerclient.NpipeSocketClientProviderStrategy
this class is used by the SPI and should not be used directly
|
org.testcontainers.dockerclient.RootlessDockerClientProviderStrategy
this class is used by the SPI and should not be used directly
|
org.testcontainers.dockerclient.UnixSocketClientProviderStrategy
this class is used by the SPI and should not be used directly
|
Constructor and Description |
---|
org.testcontainers.containers.DockerComposeContainer(File, String) |
org.testcontainers.utility.DockerImageName(String)
use
DockerImageName.parse(String) instead |
org.testcontainers.utility.DockerImageName(String, String) |
org.testcontainers.containers.FixedHostPortGenericContainer(String)
it is highly recommended that
FixedHostPortGenericContainer not be used, as it risks port conflicts. |
org.testcontainers.containers.GenericContainer()
use
GenericContainer(DockerImageName) instead |
org.testcontainers.images.RemoteDockerImage(String) |
org.testcontainers.images.RemoteDockerImage(String, String) |