Emerson Farrugia
Results
2
comments of
Emerson Farrugia
In case it's a good source of inspiration, Testcontainers for Java implemented reusable containers ([description](https://java.testcontainers.org/features/reuse/), [PR](https://github.com/testcontainers/testcontainers-java/pull/1781)). My use case is a bit different than the one discussed above. I'd like...
Just posting to try to keep this issue alive. We use Docker Compose and Tilt and have healthchecks, but resources fail to start because their dependencies aren't healthy yet, as...