docker-docs

docker-docs is a skill for Claude Code, Codex from pledgeandgrow/pledge-skills. It costs 93 tokens per session (1,042 once invoked), scanned A, original, MIT.

Przewodnik po Docker 28.x i Docker Compose, narzędziach do pakowania aplikacji wraz z ich zależnościami w odizolowane środowiska zwane kontenerami. Obejmuje budowanie, uruchamianie, sieci, dane, bezpieczeństwo i wdrażanie.

In plain words
What is it for?
Do pisania Dockerfile, uruchamiania wielu usług przez Compose, konfiguracji sieci i przechowywania danych, zarządzania obrazami, debugowania oraz przygotowania wdrożeń i migracji do Kubernetes.
Why use it?
Porządkuje informacje potrzebne do uruchamiania aplikacji w podobny sposób na komputerze dewelopera, serwerze i w automatycznych procesach wdrażania.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Do pisania Dockerfile, uruchamiania wielu usług przez Compose, konfiguracji sieci i przechowywania danych, zarządzania obrazami, debugowania oraz przygotowania wdrożeń i migracji do Kubernetes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pledgeandgrow/pledge-skills/docker
Install

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.

Any agent
npx skills add pledgeandgrow/pledge-skills --skill docker
Clone the repo
git clone --depth 1 https://github.com/pledgeandgrow/pledge-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for docker-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/docker.svg)](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/docker)
Your own site
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/docker"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/docker.svg" alt="Measured on agentmods" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,042 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00093 $0.01042
Opus 5 $0.00046 $0.00521
Sonnet 5 $0.00019 $0.00208
Haiku 4.5 $0.00009 $0.00104

Measured 7d ago against content hash 6d00df654695, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

docker-docs scanned grade A with 0 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/docker/SKILL.md · 131 lines

How it starts

The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Docker

Docker is a platform for developing, shipping, and running applications in containers. Containers package code with all dependencies, ensuring consistent behavior across environments.

Version: Docker 28.x (Engine) / Docker Compose v2


Quick Reference

Topic File
Getting Started (install, first container, concepts) getting-started.md
Dockerfile (instructions, multi-stage, build args, best practices) dockerfile.md
Docker Compose (services, networks, volumes, profiles) compose.md
CLI Commands (full command reference) commands.md
Networking (bridge, host, overlay, DNS, port mapping) networking.md
Volumes & Storage (named volumes, bind mounts, tmpfs) volumes.md
Best Practices (image optimization, security, layer caching) best-practices.md
Registry & Images (Docker Hub, private registry, tagging) registry.md
CI/CD & Automation (GitHub Actions, GitLab CI, caching) cicd.md
Debugging (logs, exec, inspect, health checks, troubleshooting) debugging.md
Kubernetes (Docker + K8s, Compose to K8s migration) kubernetes.md
Advanced Build (Bake, drivers, exporters, attestation, cache types) advanced-build.md
Daemon & Logging (daemon.json, logging drivers, rootless, remote API) daemon-logging.md
Scout, Desktop & Ecosystem (Scout, Desktop, Engine API, Testcontainers, Sandboxes, Gordon, Docker Agent) scout-desktop.md
Compose Advanced (configs, secrets, watch, GPU, capabilities, sysctls) compose-advanced.md
Security Deep Dive (namespaces, cgroups, capabilities, seccomp, AppArmor, SELinux, DCT) security.md
Docker Hub Management (organizations, teams, permissions, API, SSO, audit logs) hub-management.md
Docker Swarm (services, stacks, secrets, configs, routing mesh, auto-lock) swarm.md

Core Concepts

  • Image: Read-only template with code, libraries, and dependencies
  • Container: Running instance of an image with its own filesystem, network, and process space
  • Dockerfile: Text file with instructions to build an image
  • Docker Compose: Tool for defining multi-container applications
  • Registry: Storage for images (Docker Hub, private registries)
  • Volume: Persistent storage that survives container removal
  • Network: Virtual network for container communication
  • BuildKit: Modern build backend with caching, parallelism, and multi-platform support

Read the full file on GitHub · 131 lines

Changes

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.

  1. 7d ago First seen · 131 lines · 93 tokens per session scan A 6d00df654695

Subscribe to this mod's changes

docker-docs is a skill published in the GitHub repository pledgeandgrow/pledge-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 93 tokens to every session and 1,042 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.