View Source Testcontainers.CommandWaitStrategy (testcontainers v1.11.7)

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

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

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