Agent skill · DevOps & Cloud

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.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill apple-container --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 10 KB
Bundled scripts: none
Declared author: sanjay3290
Path: skills/apple-container/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Safety Gate
  3. Requirements
  4. Setup
  5. Command groups at a glance
  6. Navigating this skill
  7. Key rules
  8. Limitations
Ships with 4 files
  • references/commands.md
  • references/concepts.md
  • references/configuration.md
  • references/workflows.md
Commands it runs
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
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going