Docker and container management including Dockerfiles, compose, and containerization best practices.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill docker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Docker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-docker)More formats (shields.io, HTML) on the badges page.
---
name: docker
description: Docker and container management including Dockerfiles, compose, and containerization best practices.
---
## docker
Containerize applications effectively.
### Dockerfile best practices
- Specific base image tags
- Multi-stage builds
- Combine RUN commands
- .dockerignore file
- Run as non-root user
### docker-compose
- Services, networks, volumes
- Environment variables
- healthcheck for readiness
- depends_on for ordering
### Commands
- docker ps - running containers
- docker logs -f - follow logs
- docker exec -it sh - shell
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!