apple-container
Build, run, and manage OCI/Linux containers as lightweight per-container VMs on Apple-silicon macOS using Apple's open-source container CLI, no Docker daemon required.
npx skills add sickn33/agentic-awesome-skills --skill apple-container --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Apple `container` ## When to Use - Use when building, running, or managing OCI/Linux containers on Apple-silicon macOS with Apple's open-source `container` CLI - Use when you want lightweight per-container VMs instead of a Docker daemon - Use when translating Docker-style workflows (build, run, exec, logs, networking) to Apple's container tooling Apple's `container` is an open-source CLI for building, running, and managing OCI/Linux containers on Apple-silicon Macs. Each container runs inside its own lightweight virtual machine (backed by the Containerization framework and the Virtualization API), so there is no shared daemon like Docker — services run per-user via `launchd`. Images are standard OCI artifacts, so they interoperate with Docker registries and other OCI tooling. The CLI is deliberately Docker-like (`container run`, `container build`, and image ops under `container image push`/`pull`), but it is a distinct tool: do not assume Docker command paths, flags, defaults, or daemon behavior carry over (e.g. there is no `container images`/`push`/`pull` top-level command — image verbs live under `container image`). ## Safety Gate Container installation, service startup, image
- When to Use
- Safety Gate
- Requirements
- Setup
- Command groups at a glance
- Navigating this skill
- Key rules
- Limitations
Start the container services (container-apiserver + helpers via launchd). On first run it offers to install the default Linux kernel — accept it, or start non-interactively with container system start Verify services are healthy container system status
What does the apple-container skill do?
Build, run, and manage OCI/Linux containers as lightweight per-container VMs on Apple-silicon macOS using Apple's open-source container CLI, no Docker daemon required.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill apple-container --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.