You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this moment, user-defined hooks are enqueued after the library-defined hooks (default logging, file copying). This is fine until we added the ability to add startup commands to the modules API, to run code right after the container is started.
It could be the case a user wants to add a startup command, and wait for something caused by that command, but because wait strategies are executed before the user-defined hooks (see
Proposal
At this moment, user-defined hooks are enqueued after the library-defined hooks (default logging, file copying). This is fine until we added the ability to add startup commands to the modules API, to run code right after the container is started.
It could be the case a user wants to add a startup command, and wait for something caused by that command, but because wait strategies are executed before the user-defined hooks (see
testcontainers-go/docker.go
Lines 1031 to 1056 in 1818971
We propose define the following schema:
The text was updated successfully, but these errors were encountered: