docs.rs failed to build arcbox-cli-0.4.9
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
arcbox-cli
Command-line interface for ArcBox.
Overview
This crate provides a thin command-line interface for ArcBox machine management and local integration helpers. Runtime and Docker API serving are handled by the separate arcbox-daemon binary.
Features
- Machine Management: Create and manage Linux VMs
- Runtime Migration: Import local workloads from Docker Desktop or OrbStack
- Daemon Lifecycle: Start/stop daemon process
- Docker Context Integration: Seamless switching between Docker and ArcBox
- Native Kubernetes Integration: Manage the ArcBox k3s cluster and bundled
kubectl - Boot Asset & DNS Helpers: Manage boot cache and resolver setup
Usage
# Machine (VM) operations
# Runtime migration
# Daemon management
# Docker context integration
# Native Kubernetes integration
# Run containers through Docker CLI
Configuration
Socket path resolution order:
ARCBOX_SOCKETenvironment variableDOCKER_HOST(withunix://prefix stripped)- Default:
~/.arcbox/docker.sock
License
MIT OR Apache-2.0