convert-to-docker

Migrate MegaClaw from Apple Container to Docker for Linux and macOS.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the platform limitation of MegaClaw by enabling its migration from macOS-exclusive Apple Container to Docker, thereby supporting cross-platform deployment on both macOS and Linux.

Core Features & Use Cases

  • Cross-Platform Compatibility: Enables MegaClaw to run on Linux environments.
  • Container Runtime Switch: Replaces Apple Container with Docker for agent execution.
  • Use Case: A user wants to deploy MegaClaw on a Linux server or a CI/CD pipeline. This skill guides them through the necessary code and configuration changes to switch from Apple Container to Docker.

Quick Start

Follow the step-by-step instructions provided in this skill to update MegaClaw's container runtime from Apple Container to Docker.

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

Migrating MegaClaw to Docker involves updating the container runtime, mount syntax, startup checks, and build commands. This switches from Apple Container to Docker, enabling cross-platform support on Linux and macOS systems.

Can I deploy MegaClaw on a Linux server or CI/CD pipeline using Docker?

Yes, you can deploy MegaClaw on a Linux server or CI/CD pipeline using Docker. The migration skill guides you through the necessary code and configuration changes to switch from Apple Container to Docker for agent execution in these environments.

Do I need Docker installed to switch the MegaClaw container runtime?

Yes, Docker installation is required to switch the MegaClaw container runtime. You also need basic familiarity with Node.js and shell scripting to successfully update the startup checks and build commands for cross-platform compatibility.

What is containerization migration for cross-platform support?

Containerization migration for cross-platform support is the process of replacing platform-specific runtimes like Apple Container with Docker. This allows applications like MegaClaw to run consistently across different operating systems such as Linux and macOS.

Are there limitations when updating mount syntax and build commands for Docker?

When updating mount syntax and build commands for Docker, limitations arise if Docker is not installed or if the environment lacks basic shell scripting and Node.js support. The migration specifically targets Linux and macOS, excluding other operating systems.