#@Erik Sipsma I tried what you suggested

1 messages · Page 1 of 1 (latest)

halcyon trail
#

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)

novel roost
#

ouh ok, trying this now

#

it works, amazing

#

I can call my module from within my module 🤯

halcyon trail
#

Wow! Nice!