Skip to content

Commit

Permalink
Update docs/features/wait-strategies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianrgreco authored Apr 15, 2024
1 parent b1db31a commit c228531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/wait-strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const container = await new GenericContainer("alpine")
.start();
```

## One shot startup strategy example
## One shot

This strategy is intended for use with containers that only run briefly and exit of their own accord. As such, success is deemed to be when the container has stopped with exit code 0.

Expand Down

0 comments on commit c228531

Please sign in to comment.