convert-to-docker

Convert NanoClaw deployments from Apple Container runtime to Docker.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables migrating NanoClaw deployments from Apple Container runtimes to Docker, unlocking cross‑platform execution and simpler deployment on Linux.

Core Features & Use Cases

  • Migration scope: updates container runtime usage, directory mounts, startup checks, and build scripts to Docker equivalents.
  • Cross-Platform Readiness: enables running NanoClaw on Linux and macOS via Docker containers.
  • Use Case: when a developer wants to run the agent on Linux or replace Apple Container with Docker in CI/CD pipelines.

Quick Start

Use this skill to migrate the environment for Docker-based execution and verify with a basic docker run.

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 NanoClaw deployment from Apple Container to Docker?▼

Migrating NanoClaw from Apple Container to Docker updates container runtime usage, directory mounts, startup checks, and build scripts to Docker equivalents. This enables cross-platform execution and simpler deployment on Linux and macOS environments.

Why move NanoClaw to Docker for cross-platform execution?▼

Moving NanoClaw to Docker unlocks cross-platform execution and simpler deployment on Linux. It replaces Apple Container runtime dependencies with Docker equivalents, allowing the agent to run on Linux and macOS via Docker containers.

Can I use Docker to run NanoClaw on Linux and macOS?▼

Yes, converting NanoClaw to Docker enables running the agent on both Linux and macOS via Docker containers. This cross-platform readiness is achieved by updating container runtime usage and build scripts to Docker equivalents.

What's the best way to replace Apple Container with Docker in CI pipelines?▼

The best way to replace Apple Container with Docker in CI pipelines is updating code references, startup checks, and build scripts to Docker equivalents. This migration enables Docker-based runners and cross-platform execution for NanoClaw deployments.

What does converting NanoClaw to Docker actually update?▼

Converting NanoClaw to Docker updates container runtime usage, directory mounts, startup checks, and build scripts to Docker equivalents. It also documents the migration process to ensure cross-platform readiness for Linux and macOS environments.

Does migrating NanoClaw to Docker support Linux CI pipelines?▼

Yes, migrating NanoClaw to Docker supports Linux CI pipelines by replacing Apple Container with Docker-based runners. This cross-platform migration updates code references and startup checks to enable execution on Linux and macOS environments.