docker

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
Installs
11
GitHub Stars
4
First Seen
Jan 30, 2026