NAME

bcvk-images-list - List all available bootc container images on the system

SYNOPSIS

bcvk images list [OPTIONS]

DESCRIPTION

List all available bootc container images on the system

OPTIONS

--json

Output as structured JSON instead of table format

EXAMPLES

List all bootc images (those with containers.bootc=1 label):

bcvk images list

Get structured JSON output for scripting:

bcvk images list --json

Find available bootc containers on your system:

# This helps you find available bootc containers before running VMs
bcvk images list

SEE ALSO

bcvk(8)

VERSION

v0.1.0