docker
Originally frombobmatnyc/claude-mpm-skills
Installation
SKILL.md
Docker Skill
Docker and Docker Compose reference for containerized application deployment and management.
Quick Reference
# Container operations
docker ps # List running containers
docker ps -a # List all containers
docker logs <container> # View logs
docker logs -f <container> # Follow logs
docker exec -it <container> sh # Shell into container
docker inspect <container> # Full container details
Related skills
More from poindexter12/waypoint
proxmox
|
22packer
|
14github-actions
|
11gh-issue-triage
Label taxonomy and triage workflow for GitHub issues. Defines type labels (bug/feature/enhancement/docs/chore), priority levels (critical/high/medium/low), status labels, and triage decision workflow. Use when categorizing and prioritizing issues.
9gh-issue-templates
Standardized GitHub issue templates for bugs, features, and tasks. Provides title formats, body structure, and required sections. Use when creating issues to ensure consistency. Includes copy-paste templates in templates/ directory.
9ansible
|
8