docker
Installation
SKILL.md
Docker Operations & Best Practices
This skill covers Docker operations (building, running, debugging containers), Dockerfile best practices, Docker Compose workflows, image optimization, and registry management.
Scripts: Always run scripts with --help first. Do not read script source unless debugging the script itself.
References: Load reference files on demand based on the task at hand. Do not pre-load all references.
Slash commands: Users can also invoke these directly:
/docker-skills:docker-debug [container]— Diagnose a running or failed container/docker-skills:docker-build [context]— Build, tag, and validate a Docker image/docker-skills:docker-optimize [image]— Analyze an image and suggest size reductions