#Can dagger run everything on top of buildkit only?
1 messages · Page 1 of 1 (latest)
Or what could be the best possible way to save resources like
Just install dagger in machine and let dagger manage buildkit by itself when required by dagger.
Is it correct?
I think this is what you're looking for @silk jewel https://github.com/dagger/dagger/issues/7466
dagger uses buildkit as a library - you can't run dagger against a running buildkit instance
but you can run on top of containerd and nerdctl directly: https://docs.dagger.io/integrations/nerdctl
Okay got it but after the above mentioned issue it will be solved like as we want?
no, it's unlikely you'll be able to run dagger directly on top of vanilla buildkit
So basically we will always be required containered and nerdctl, right?