cloudflare-containers

Deploy and manage Docker containers on Cloudflare's global network with Wrangler.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/kcc989/logoer --skill cloudflare-containers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-containers
Source: https://github.com/kcc989/logoer/tree/main/.claude/skills/cloudflare-containers
Command: npx skills add https://github.com/kcc989/logoer --skill cloudflare-containers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to run heavyweight compute workloads alongside Cloudflare Workers by deploying and managing Docker containers in Cloudflare's global network.

Core Features & Use Cases

  • On-demand containerized compute for Python/Go/Rust backends, large-file processing, AI inference, code sandboxes, and CLI tools.
  • Seamless integration with Workers for triggers, data exchange, and orchestration across services.
  • Flexible project structure and configuration with Wrangler, container specs, and environment variables.

Quick Start

Start by setting up a container project with Wrangler, configure a sample container, and deploy it to Cloudflare's network. For example: install Wrangler, initialize a containers project, and run wrangler deploy.

Frequently Asked Questions about cloudflare-containers

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

FAQPage Schema
How do I deploy Docker containers on Cloudflare's global network?

Deploy Docker containers on Cloudflare's global network by setting up a container project with Wrangler, configuring container specs and environment variables, and running wrangler deploy.

Can I run Python backends and AI inference workloads alongside Cloudflare Workers?

Run Python backends and AI inference workloads alongside Cloudflare Workers by deploying them as Docker containers, which handles memory-intensive tasks that exceed standard Workers capabilities.

What are the use cases for running containers beside Workers?

Containers beside Workers are used for heavyweight compute tasks including Python backends, large-file processing, AI inference, code sandboxes, and CLI tools that require more resources than Workers alone.

How do I trigger and orchestrate cross-service workflows between Workers and containers?

Trigger and orchestrate cross-service workflows by integrating container deployment with Workers, enabling data exchange and on-demand execution for scalable, memory-intensive tasks across both services.

Does Wrangler support configuring container specs and environment variables for deployment?

Wrangler supports configuring container specs and environment variables, providing a flexible project structure to deploy and manage Docker containers directly within Cloudflare's infrastructure.