Docker
Docker containers, images, Compose stacks, networking, volumes, debugging, production hardening, and the commands that keep real environments stable. Use whe...
Docker containers, images, Compose stacks, networking, volumes, debugging, production hardening, and the commands that keep real environments stable. Use whe...
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Use when the task involves Docker, Dockerfiles, container builds, Compose, image publishing, networking, volumes, logs, debugging, or production container operations. This skill is stateless and should be applied directly whenever Docker work appears.
| Topic | File |
|---|---|
| Essential commands | |
| Dockerfile patterns | |
| Compose orchestration | |
| Networking & volumes | |
| Security hardening | |
python:3.11.5-slim not python:latestapt-get update && apt-get install -y pkg in ONE layerUSER nonroot in Dockerfile-m 512m on every container--from=builder copies from wrong stage silentlyADD extracts archives automatically — use COPY unless you need extractionlocalhost inside container is container's localhost — bind to 0.0.0.0docker inspect --format='{{.State.ExitCode}}'docker cp files out or use debug sidecar0.0.0.0 — use 127.0.0.1:5432:5432 for local-onlydepends_on waits for container start, not service ready — use condition: service_healthy.env file in wrong directory silently ignored — must be next to docker-compose.ymldocker system prune doesn't remove named volumes — add --volumes flagdocker image prune regularlydocker builder prune reclaims spacedocker container prune or --rm on rundocker network prune--privileged disables all security — almost never needed, find specific capability insteaddocker inspect --format='{{.State.ExitCode}}'docker logs <container>docker cp files out or use debug sidecardocker cp deadcontainer:/path ./localInstall with
clawhub install <slug> if user confirms:
devops — deployment pipelineslinux — host system managementserver — server administrationclawhub star dockerclawhub syncNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.