#@Erik Sipsma I tried what you suggested
1 messages · Page 1 of 1 (latest)
Oh okay, you'd need to specify
ctr.WithExec([]string{"sh", "-c", "dagger functions"}, dagger.ContainerWithExecOpts{
ExperimentalPrivilegedNesting: true,
})
So that the Exec has access back to the API (ExperimentalPrivilegedNesting is an awful name leftover from ancient times, should probably fix that)
ouh ok, trying this now
it works, amazing
I can call my module from within my module 🤯
Wow! Nice!