#Has anyone tried to do something with testcontainers ?

1 messages · Page 1 of 1 (latest)

worthy viper
#

Essentially what I would like to do is some docker in docker for testing. In my organization we rely a lot on tests that automatically launch some docker services and then close them when the tests finish. This is integrated with the test frameworks rather than running the containers by hand.

We are actually not using testcontainers but is essentially the same idea, so I thought that since it's rather popular someone might have tried it with dagger. But the core idea behind it is to use docker in docker instead of using dagger service containers (which I really like).

subtle bone
#

Hey there! There's a #testcontainers channel where some members of the testcontainers team are exploring different Dagger integrations. It would be awesome to chat more about your ideas there. IIRC @plucky meadow did some DinD for his testcontainers PoCs