Documentation
¶
Overview ¶
Package apple implements a Devsy driver for Apple's `container` CLI, which runs Linux containers as lightweight VMs on Apple silicon (macOS 26+). It implements driver.ImageDriver; compose and docker-helper capabilities are intentionally not implemented (callers detect their absence by type assertion).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAppleDriver ¶
func NewAppleDriver( ctx context.Context, workspaceInfo *provider.AgentWorkspaceInfo, ) (driver.ImageDriver, error)
NewAppleDriver verifies the host is supported and the container system service is running (ctx bounds the potentially-slow `container system start`).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.