← all formulas
buildkitd
Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit (Daemon)
- Version
- v0.29.0
- License
- Apache-2.0
- Tap
- homebrew/core
- Bottle
- available
- Revision
- —
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install buildkitdCaveats
To run buildkitd as the current user, see the following steps:
OCI worker mode:
brew install rootlesskit
rootlesskit buildkitd
containerd worker mode:
brew install nerdctl containerd rootlesskit slirp4netns
containerd-rootless-setuptool.sh install
CONTAINERD_NAMESPACE=default containerd-rootless-setuptool.sh install-buildkit-containerd
To run buildkitd as the root user, use `brew services` with `sudo --preserve-env=HOME`.