convert-to-docker

Migrate NanoClaw from Apple Container to Docker for cross-platform execution.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/mgkyawzayya/potter-ai --skill convert-to-docker-mgkyawzayya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-to-docker
Source: https://github.com/mgkyawzayya/potter-ai/tree/main/.claude/skills/convert-to-docker
Command: npx skills add https://github.com/mgkyawzayya/potter-ai --skill convert-to-docker-mgkyawzayya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables migrating NanoClaw from an Apple Container runtime to Docker so you can run the agent on Linux and other platforms without Apple-only constraints.

Core Features & Use Cases

  • Runtime migration: Converts Apple Container workflows to Docker-compatible commands and configurations.
  • Cross-platform readiness: Enables Linux/macOS runners to execute agent workloads via Docker.
  • Upgrade path & maintenance: Keeps the agent logic intact while adopting Docker, preserving security and functionality.

Quick Start

Switch your setup from Apple Container to Docker, verify Docker is running with docker info, and test a sample container run like docker run --rm hello-world to confirm the migration.

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 from Apple Container to Docker for Linux?

Migrating from Apple Container to Docker involves updating startup commands, mounting configurations, and code references to enforce Docker as the runtime, enabling cross-platform execution on Linux and other environments.

What is the best way to switch an agent's container runtime to Docker?

Switching a container runtime to Docker requires enforcing Docker commands in your execution setup while preserving the underlying agent logic and existing security checks during the transition.

Can I run an Apple Container agent on Linux using Docker?

Yes, you can run an Apple Container agent on Linux by migrating the workflow to Docker, which removes Apple-only constraints and applies Docker-compatible configurations for cross-platform readiness.

How do I verify a Docker migration is working correctly?

To verify a Docker migration is working, run docker info to confirm the runtime is active, and execute a test command like docker run --rm hello-world to validate container execution.

Does migrating to Docker affect existing agent security checks?

Migrating to Docker does not affect existing agent security checks, as the migration process preserves agent logic and security functionality while updating the container runtime environment.