Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Omar-Obando/qwen-orchestrator --skill docker-containerizationgit clone --depth 1 https://github.com/Omar-Obando/qwen-orchestratorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/omar-obando/qwen-orchestrator/docker-containerization)<a href="https://agentmods.dev/skills/omar-obando/qwen-orchestrator/docker-containerization"><img src="https://agentmods.dev/badge/skills/omar-obando/qwen-orchestrator/docker-containerization.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.02945 |
| Opus 5 | $0.00023 | $0.01473 |
| Sonnet 5 | $0.00009 | $0.00589 |
| Haiku 4.5 | $0.00005 | $0.00295 |
Grade B, and why
docker-containerization scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Recursive force deletemediumDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
&& rm -rf /var/lib/apt/lists/* Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
CMD python -c "import requests; requests.get('http://localhost:8000/health')" || exit 1 How it starts
The opening of the file, as written. The whole thing — 482 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Docker Containerization Skill — Container Best Practices
Overview
This skill provides comprehensive guidance for containerizing applications with Docker, including multi-stage builds, security hardening, image optimization, and Docker Compose orchestration. Based on Docker official documentation and production best practices.
When to Use
Use this skill when:
- Containerizing Node.js, Python, PHP, Go, Java, or Rust applications
- Implementing multi-stage builds for minimal image size
- Securing Docker containers with non-root users
- Optimizing Docker image layers and caching
- Creating Docker Compose configurations for local development
- Implementing Docker health checks
- Setting up Docker volumes and data persistence
- Configuring Docker networks for multi-container apps
- Building production-ready Docker images
- Implementing Docker security best practices
- Optimizing Dockerfile for build cache efficiency
- Setting up Docker multi-container orchestration
- Implementing Docker logging and monitoring
- Creating Docker images for CI/CD pipelines
- Configuring Docker resource limits
Do NOT use this skill when:
- Deploying to Kubernetes (use kubernetes-orchestration skill)
- Setting up cloud infrastructure (use terraform-iac skill)
- Configuring CI/CD pipelines (use devops-pipeline skill)
- Building serverless functions (use aws-serverless or cloudflare-workers skill)
- Managing database schema (use database-design skill)
- Implementing application code (use backend-developer or frontend-developer skill)
- Setting up monitoring and alerting (use monitoring skill)
Why avoid: Docker is for containerization, not orchestration or infrastructure. Use the right tool for the job.
Core Concepts
Multi-Stage Build Patterns
| Pattern | Use Case | Benefits |
|---|---|---|
| Build → Runtime | Compile languages (Go, Java, Rust) | Minimal runtime image |
| Dependencies → Build → Runtime | Node.js, Python, PHP | Layer caching optimization |
| Build → Test → Runtime | Applications with build-time tests | Test isolation |
| Base → Builder → Runner | Complex applications | Maximum flexibility |
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 482 lines · 47 tokens per session scan B 58e6a05a76ea
docker-containerization is a skill published in the GitHub repository Omar-Obando/qwen-orchestrator (48 stars, last pushed 2mo ago), licensed MIT. It adds 47 tokens to every session and 2,945 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
DevOps com Containerização e Orquestração de Containers
Aborda técnicas de DevOps, incluindo a containerização de aplicações e a orquestração de containers com Docker e Kubernetes.
aplicacao-de-tecnologias-de-devops
Ensina como implementar práticas de DevOps utilizando ferramentas como Docker, Kubernetes e Jenkins.
desenvolvimento-de-aplicativos-em-containers
Ensina como desenvolver e implantar aplicativos em containers.
DevOps Avançado com Jenkins e Docker
Implementação de práticas de DevOps utilizando Jenkins e Docker.
devops-com-kubernetes
Aprenda a automatizar pipelines de entrega contínua e garantir a escalabilidade de aplicativos utilizando Kubernetes e ferramentas de DevOps como Jenkins e GitLab CI/CD.
Arquitetura de Sistemas Distribuídos
Ensina como projetar e implementar sistemas distribuídos escaláveis e confiáveis, utilizando tecnologias como microserviços e contêineres.