#hey there! there's no limitations

1 messages ยท Page 1 of 1 (latest)

weary raptor
#

ok, I'll try it out, thank you for the feedback

hot vale
#

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

drowsy lintel
#

@hot vale did you mean devcontainers? or you're talking the testcontainers project effectively?

hot vale
#

๐Ÿ˜ฑ yup, i'm getting confused

drowsy lintel
#

๐Ÿ™Œ

hot vale
#

it's a fridaayyy

#

sorry for the confusion ๐Ÿ˜›

drowsy lintel
torpid cradle
#

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?

drowsy lintel
#

You're not required to setup dind for Dagger to work. Having said that, having docker installed in the devcontainer makes everything easier as Dagger will use docker automatically to provision the engine

#

Otherwise, you'll have to start the engine yourself in the devcontainer