-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add image hook to run commands before ready (#766)
Hey there, i was implementing a module for Dex and needed something like [containerIsStarting in the Java implementation](https://github.com/testcontainers/testcontainers-java/blob/46fe67029112790b74fa694aa782a5e19277b09d/core/src/main/java/org/testcontainers/containers/GenericContainer.java#L707). I wrote a test and confirmed it works with [my module implementation](https://github.com/yuri-becker/testcontainers-rs-modules-community/blob/419e3fddab318e7af90b5452a5979058085822b7/src/dex/mod.rs#L176) – see testcontainers/testcontainers-rs-modules-community#286 for that PR. Please let me know what i can improve to get this merged. I hope it is okay to implement this without an issue :)
- Loading branch information
1 parent
a43ad42
commit b979cde
Showing
3 changed files
with
94 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters