convert-to-apple-container

Migrate NanoClaw container runtime configuration from Docker to Apple Container.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual friction of converting NanoClaw from Docker to Apple Container, so the app can run with macOS-native container isolation.

Core Features & Use Cases

  • Runtime Migration: Replaces Docker-specific container commands and defaults with Apple Container equivalents.
  • Mount and Startup Updates: Adjusts bind-mount syntax, startup checks, and orphan detection to match Apple Container behavior.
  • Verification Workflow: Guides you through build, runtime, and read-only/read-write mount checks after the conversion.
  • Use Case: Use this Skill when setting up NanoClaw on macOS and you want the native container runtime instead of Docker.

Quick Start

Use this skill to convert NanoClaw to Apple Container on macOS and verify that the runtime, mounts, and build workflow still work correctly.

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 migrate NanoClaw from Docker to Apple Container on macOS?

To migrate NanoClaw from Docker to Apple Container on macOS, you need to replace Docker-specific commands, update bind-mount syntax, adjust startup checks, and verify the build and runtime workflows. This conversion ensures the app runs with native macOS container isolation.

What is Apple Container runtime conversion for NanoClaw?

Apple Container runtime conversion for NanoClaw is the process of switching the container runtime from Docker to macOS-native Apple Container. It involves updating container commands, entrypoints, and mount security settings to leverage native container isolation.

Does Apple Container support Docker bind-mount syntax for NanoClaw?

Apple Container does not directly support Docker bind-mount syntax for NanoClaw without updates. The migration process requires adjusting bind-mount syntax, updating startup checks, and modifying orphan detection to match Apple Container behavior.

What is the best way to verify NanoClaw after switching to Apple Container?

The best way to verify NanoClaw after switching to Apple Container is to follow a verification workflow that includes build, runtime, and read-only and read-write mount checks. This validates the conversion using deterministic tests and runtime checks.

Why does NanoClaw startup fail after converting to Apple Container?

NanoClaw startup may fail after converting to Apple Container if Docker-specific entrypoints, startup checks, and orphan detection are not updated. The migration requires applying Apple Container equivalents and verifying mount security to resolve startup issues.