View Source Testcontainers.Container (testcontainers v0.9.1)
Summary
Functions
Gets the host port on the container for the given exposed port.
A constructor function to make it easier to construct a container
Sets a file or the directory on the host machine to be mounted into a container.
Sets an environment variable to the container.
Adds a port to be exposed on the container.
Adds multiple ports to be exposed on the container.
Sets a label to apply to the container object in docker.
Sets multiple waiting strategies for the container.
Sets a waiting strategy for the container.
Functions
Gets the host port on the container for the given exposed port.
A constructor function to make it easier to construct a container
with_bind_mount(config, host_src, container_dest, options \\ "ro")
View SourceSets a file or the directory on the host machine to be mounted into a container.
Sets an environment variable to the container.
Adds a port to be exposed on the container.
Adds multiple ports to be exposed on the container.
Sets a label to apply to the container object in docker.
Sets multiple waiting strategies for the container.
Sets a waiting strategy for the container.