#Question regarding running Dagger with a

1 messages · Page 1 of 1 (latest)

granite snow
#

Hi tony 👋 If you're using Dagger's docker.#Build or docker.#Run etc, then those operations happen within BuildKit whether local or remote. So yes, anything from local filesystem would go over network to a remote BuildKit and git.#Pull or docker.#Pull etc would pull content from the internet to BuildKit.

#

As for scale out, there are folks distributing BuildKit jobs across a Kubernetes cluster, for example.