#hey there! there's no limitations
1 messages ยท Page 1 of 1 (latest)
one thing to note about running dagger in testcontainers (though i don't know a huge about testcontainers)
you will need to make sure that dagger is started with the equivalent of --privileged so that it has the permissions neccessary to actually start and manage containers
@hot vale did you mean devcontainers? or you're talking the testcontainers project effectively?
๐ฑ yup, i'm getting confused
๐
Im also curious about this, ive just avoided trying to run dagger in devcontainers for now because I thought I'd have to setup something like dind?
also wrt devcontainers I usually try to use (or build off) the official MCR images for them ie like mcr.microsoft.com/devcontainers/go:dev-1.21