#buildkit cache config inpython sdk
1 messages · Page 1 of 1 (latest)
check: https://github.com/dagger/dagger/blob/main/core/docs/d7yxc-operator_manual.md#execution-requirements. Particularly point 2
if you provision your own engine, you can assign a volume to /var/lib/dagger to increase the buildkit cache storage
I see, can this volume be used by multiple dagger runner at the same time?
No, it can't. Each engine needs its own volume, that's a buildkit design limitation. If you're looking for a highly scalable distributed caching solution, we're developing that as part of a commercial Dagger product. We're extending invitations to early adopters looking for feedback if you're interested. Cc @tepid hatch
Got it, thanks once again
Hi @honest warren , if i were to connect to dagger engine trhough tcp port, how should i run the dagger engine and specify the tcp port it should use?
docker run --privileged --rm registry.dagger.io/engine:v0.6.3 --help
^ that shows all the flags the engine accepts. What you're looking for is --addr