docker-skills
June 23, 2026 · View on GitHub
docker-skills
Docker containerization skills — Docker, Docker Compose
English | 简体中文
Introduction · Install · Skills · Supported Agents · Ecosystem
📖 Introduction
Docker Skills is a curated collection of Agent Skills for AI coding agents, part of the Full Stack Skills ecosystem maintained by PartMe.AI.
This package includes 16 skills. Each skill is a self-contained SKILL.md file that AI agents load on-demand.
📦 Install
npx skills add full-stack-skills/docker-skills
Or install specific skills:
npx skills add full-stack-skills/docker-skills --skill <skill-name>
🎯 Skills (16)
| Skill | Description |
|---|---|
docker-ai-ml | Guidance for running AI/ML workloads on Docker. Covers Docker Model Runner (docker model pull/run for local LLMs), Do... |
docker-basics | Docker entry point — provides comprehensive guidance for Docker concepts, architecture, and basic operations. Covers ... |
docker-build | Expert guidance for the docker build command — building container images, tagging strategies, build arguments, imag... |
docker-buildx | Expert guidance for Docker image building — docker build CLI, buildx for multi-platform builds, BuildKit features (se... |
docker-cicd | Guidance for integrating Docker into CI/CD pipelines. Covers GitHub Actions (docker/build-push-action, multi-platform... |
docker-compose | Expert guidance for Docker Compose — writing production-grade compose.yml files for multi-container applications. Cov... |
docker-dockerfile | Expert guidance for Dockerfile authoring — the complete reference for writing production-grade Dockerfiles. Covers ev... |
docker-hub | Guidance for Docker image registries — publishing images to Docker Hub, pulling images, tag management strategies, pr... |
docker-networking | Guidance for Docker networking configuration and inter-container communication. Covers network modes (bridge/host/ove... |
docker-production | Guidance for deploying Docker in production environments. Covers Docker Swarm (init, join, stack deploy, service scal... |
docker-run | Guidance for running and managing Docker containers. Covers the complete container lifecycle (create/start/stop/rm/re... |
docker-scout | Guidance for Docker Scout — image vulnerability scanning, SBOM generation, and policy evaluation. Covers scout quickv... |
docker-security | Guidance for Docker security hardening across the full lifecycle — image security (minimal base images, non-root user... |
docker-storage | Guidance for Docker storage and data persistence. Covers storage types (Volume/Bind Mount/Tmpfs) with comparison and ... |
docker-testcontainers | Guidance for Testcontainers — running Docker containers in automated integration tests. Covers Java (@Testcontainers,... |
docker-troubleshooting | Guidance for debugging and troubleshooting Docker issues. Covers container startup failures (exit codes, docker logs,... |
🤖 Supported Agents
Works with Claude Code, Codex, Cursor, OpenCode, Gemini CLI, GitHub Copilot, Windsurf, and 70+ others.
Claude Code Installation
Option 1: npx skills CLI (Recommended)
npx skills add full-stack-skills/docker-skills
Option 2: Manual Installation
git clone https://github.com/full-stack-skills/docker-skills.git
cp -r docker-skills/skills/* .claude/skills/
For more details, see the Claude Code Skills Guide and Agent Skills Spec.
🌐 Ecosystem
| Resource | Link |
|---|---|
| Full Stack Skills | github.com/partme-ai/full-stack-skills |
| All Skill Groups | github.com/full-stack-skills |
| Agent Skills Spec | agentskills.io |
| Skills CLI | github.com/vercel-labs/skills |
📄 License
Apache 2.0 — see LICENSE.