View Source Testcontainers.WaitStrategy.CommandWaitStrategy (testcontainers v1.1.1)

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

Summary

Functions

Creates a new CommandWaitStrategy to wait 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 to wait until the given command executes successfully inside the container.