convert-to-apple-container

Switch container runtime from Docker to Apple Container on macOS.

50|4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/sliamh11/Deus --skill convert-to-apple-container-sliamh11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-to-apple-container
Source: https://github.com/sliamh11/Deus/tree/main/.claude/skills/convert-to-apple-container
Command: npx skills add https://github.com/sliamh11/Deus --skill convert-to-apple-container-sliamh11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Switches Deus's container runtime from Docker to Apple Container for macOS-native container isolation, enabling a truly native runtime with improved security and performance.

Core Features & Use Cases

  • Runtime switch: replaces the container runtime binary from docker to container.
  • Mount and startup adjustments: updates mount syntax, startup checks, and orphan detection to align with Apple Container.
  • Build and entrypoint changes: updates build scripts and Dockerfile entrypoint behavior to shadow environment files and drop privileges as needed.
  • Scope: applies when macOS users prefer native containment and cross-project needs.

Quick Start

Install Apple Container on macOS, then run the Phase 2 upgrade steps to apply the changes.

Frequently Asked Questions about convert-to-apple-container

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I switch my macOS container runtime from Docker to Apple Container?

You can migrate to Apple Container by replacing the Docker runtime binary with the native container binary, updating mount syntax, adjusting startup checks, and modifying build scripts for proper environment shadowing and privilege dropping.

What is Apple Container isolation for macOS?

Apple Container isolation is a native macOS runtime replacement for Docker that provides improved security and performance by utilizing the operating system's built-in containment capabilities.

Do I need to install Apple Container before migrating my runtime?

Yes, installing Apple Container on your macOS system is a prerequisite before you can replace the Docker runtime and validate the transition using verification commands.

Does migrating to Apple Container require changes to Dockerfile entrypoints?

Yes, migrating to Apple Container requires updating Dockerfile entrypoint behavior to shadow environment files and drop privileges as needed to align with the native runtime.

How do I verify a successful migration to Apple Container on macOS?

You verify a successful migration to Apple Container by running specific verification commands to validate the runtime replacement and ensure mount syntax and startup adjustments are functioning correctly.