Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/apple/container/llms.txt

Use this file to discover all available pages before exploring further.

Deletes the BuildKit builder container. It can optionally force deletion if the builder is still running.

Usage

container builder delete [--force] [--debug]

Options

-f, --force
boolean
Delete the builder even if it is running
--debug
boolean
Enable debug mode

Examples

# delete the builder (fails if running)
container builder delete

# force delete the builder even if it's running
container builder delete --force

Build docs developers (and LLMs) love