convert-to-docker

Convert NanoClaw deployments from Apple Container runtime to Docker.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chrisfrantz/nanoclaw --skill convert-to-docker-chrisfrantz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-to-docker
Source: https://github.com/chrisfrantz/nanoclaw/tree/main/.codex/skills/convert-to-docker
Command: npx skills add https://github.com/chrisfrantz/nanoclaw --skill convert-to-docker-chrisfrantz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert NanoClaw from Apple Container to Docker to enable cross-platform deployment and Linux compatibility.

Core Features & Use Cases

  • Migrate container runtime from Apple Container to Docker for cross-platform support.
  • Update mount syntax, startup checks, and build/run commands to Docker equivalents.
  • Update documentation and references to reflect Docker usage across environments.

Quick Start

Run this skill to migrate NanoClaw from Apple Container to Docker for cross-platform deployment.

Frequently Asked Questions about convert-to-docker

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

FAQPage Schema
How do I migrate a container deployment from Apple Container to Docker?

Migrating from Apple Container to Docker involves updating container runtime references, mount syntax, startup checks, and build scripts to Docker equivalents across code and documentation for cross-platform compatibility.

When do I need to switch my Apple Container setup to Docker for cross-platform compatibility?

You need to switch from Apple Container to Docker when you require cross-platform deployment, specifically to enable Linux compatibility or when Docker-based deployment is required across your environments.

What configuration changes are required to move from Apple Container to Docker?

Moving from Apple Container to Docker requires applying updates to mount syntax, startup checks, build commands, run commands, and documentation references to reflect Docker usage across src and container tooling.

Does migrating from Apple Container to Docker require updating source code and scripts?

Yes, migrating from Apple Container to Docker requires implementing updates across code, scripts, and configuration files, specifically updating runtime references and startup checks within the src directory and container tooling.

What is the best way to convert an Apple Container application for Linux compatibility?

The best way to convert an Apple Container application for Linux compatibility is to migrate the deployment to Docker, which updates the container runtime, build scripts, and mount syntax to enable cross-platform usage.