Skip to main content
R

/relay-docker

RelayCI/CD & DevOps

Builds production-ready Dockerfiles with multi-stage builds to minimize image size, security hardening to drop root privileges and remove unnecessary packages, and Docker Compose for local development that matches production behavior. Includes .dockerignore and build cache optimization.

Install

This skill

Install Relay Docker

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install this skill

$ claude plugin install relay-docker@tonone-ai

The agent

Install Relay

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install Relay

$ claude plugin install relay@tonone-ai

Want all 31 agents across both teams?

Full installation guide

Invoke this skill

Command|$ /relay-docker

When to use

When containerizing a service for the first time. When an existing Dockerfile produces large images, runs as root, or builds too slowly in CI. When the local Docker Compose setup does not match production and it is causing debugging confusion.

Deep dive

AI Dockerfile Generator (Production-Ready)

Most Dockerfiles are slow, large, and run as root. /relay-docker produces multi-stage builds with security hardening, minimal images, and Docker Compose that matches production.

Read the article

More from Relay

All Relay skills

Ready to use Relay Docker?