Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/features/exec_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to be executed after the container is started and ready.
- [Image::exec_before_ready](https://docs.rs/testcontainers/latest/testcontainers/core/trait.Image.html#method.exec_before_ready)

Only if you implement your own `Image`: Allows to define commands
to be executed executed after the container has started,
to be executed after the container has started,
but before the `Image::ready_conditions` are awaited for.

Here we will focus on the first option, which is the most common one.
Expand Down