We have a bunch of integration test using https://testcontainers.com/ I haven’t been able to get this to work with dagger. Long term we would want to migrate to dagger services but we are where we are. I was able to get somewhat far by mounting the docker sock. The issue I have is that the test spin up the container on the fly so we can’t expose the host port ahead of time? Any suggestions?
#testcontainers
1 messages · Page 1 of 1 (latest)
see #testcontainers 😊 you can integrate them, there are rough edges but they will get better
Missed that sorry