CLI reference
The installed binary is the authoritative reference for its release:
Use --version and info when reporting a problem so command behavior can be
matched to the runtime and host.
Command groups
Lifecycle model
run is the create-and-start composition. Use create when configuration
must be persisted before allocation, then start it explicitly.
stop preserves the box. rm deletes a terminal box. kill is the convenient
stop-and-remove operation in APIs that expose it as a lifecycle composition.
Lifecycle state is generation-fenced so a stale caller cannot mutate a newer
incarnation.
Images
See Images and builds for build, registry, and archive workflows.
Storage
Snapshots are created from stopped boxes. Named volumes have an independent lifetime and can be shared by multiple boxes when the workload semantics allow it.
Networking and projects
Network capability varies by host and isolation backend. Read the platform matrix before depending on bridge networking, published ports, or Compose.
Structured automation
Do not parse human tables in application code. Prefer command-specific JSON output where available or use a native SDK, which shares the runtime's typed state and machine protocol.
Destructive maintenance
Prune and removal commands are explicit operator actions. Inspect references and disk usage first:
Back up durable data before using force removal or broad system cleanup.