Skip to main content
Shows the current status of the BuildKit builder. Without flags a human-readable table is displayed; with --format json the status is returned as JSON.

Usage

container builder status [--format <format>] [--quiet] [--debug]

Options

--format
string
default:"table"
Format of the output (values: json, table)
-q, --quiet
boolean
Only output the container ID
--debug
boolean
Enable debug output

Examples

# Check builder status
container builder status

# Get builder status in JSON format
container builder status --format json

# Get only the builder container ID
container builder status --quiet
The builder container runs BuildKit and is automatically started when you run container build for the first time.

Build docs developers (and LLMs) love