View Source Testcontainers.CommandWaitStrategy (testcontainers v1.11.6)

Considers a container ready as soon as a command runs successfully inside it.

Summary

Functions

Creates a new CommandWaitStrategy. This strategy waits until the given command executes successfully inside the container.

Functions

Link to this function

new(command, timeout \\ 5000, retry_delay \\ 200)

View Source

Creates a new CommandWaitStrategy. This strategy waits until the given command executes successfully inside the container.