Add an flag to buildx rm to keep the buildkitd daemon running by zaymat · Pull Request #852 · docker/buildx (original) (raw)
This PR adds the flag --keep-buildkitd
to the buildx rm
command to preserve the buildkitd daemon after the buildx context is deleted.
This flag can be useful when someone uses the kubernetes
driver and manages the buildkit
deployment outside of buildx
.
docker buildx rm --help
Usage: docker buildx rm [NAME]
Remove a builder instance
Options: --builder string Override the configured builder instance --keep-buildkitd Keep the buildkitd daemon running --keep-state Keep BuildKit state
Fixes #794
Signed-off-by: Mayeul Blanzat mayeul.blanzat@datadoghq.com