소스 정보
- 저장소
- Fujigo-Software/f5-framework-claude
- 최근 소스 활동
- 2026년 2월 4일 06:29
- 감지된 SKILL.md 언어
- 영어
- 스타
- 24
- 포크
- 8
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
파일 탐색기
30 개 파일SKILL.md 표시 중
SKILL.md
소스 지침 · 읽기 전용 미리보기- name
- docker-skills
- description
- Docker containerization patterns, best practices, and multi-stage builds
- category
- stacks/infrastructure/docker
- applies_to
- docker
- allowed-tools
- Read, Write, Glob, Grep, Bash
- user-invocable
- true
- context
- inject
# Docker Skills
Container platform for building, shipping, and running applications.
## Sub-Skills
### Dockerfile
- [multi-stage.md](dockerfile/multi-stage.md) - Multi-stage builds
- [best-practices.md](dockerfile/best-practices.md) - Dockerfile best practices
- [security.md](dockerfile/security.md) - Security hardening
- [optimization.md](dockerfile/optimization.md) - Image optimization
### Compose
- [services.md](compose/services.md) - Service definitions
- [networks.md](compose/networks.md) - Network configuration
- [volumes.md](compose/volumes.md) - Volume management
- [profiles.md](compose/profiles.md) - Compose profiles
### Networking
- [bridge.md](networking/bridge.md) - Bridge networks
- [overlay.md](networking/overlay.md) - Overlay networks
- [host.md](networking/host.md) - Host networking
### Storage
- [volumes.md](storage/volumes.md) - Volume patterns
- [bind-mounts.md](storage/bind-mounts.md) - Bind mounts
- [tmpfs.md](storage/tmpfs.md) - tmpfs mounts
### Security
- [rootless.md](security/rootless.md) - Rootless containers
- [secrets.md](security/secrets.md) - Secret management
- [scanning.md](security/scanning.md) - Image scanning
### CI/CD
- [github-actions.md](cicd/github-actions.md) - GitHub Actions
- [buildx.md](cicd/buildx.md) - Docker Buildx
- [registry.md](cicd/registry.md) - Registry patterns
### Debugging
- [logs.md](debugging/logs.md) - Log management
- [exec.md](debugging/exec.md) - Container debugging
- [healthchecks.md](debugging/healthchecks.md) - Health checks
## Detection
Auto-detected when project contains:
- `Dockerfile`
- `docker-compose.yml` or `docker-compose.yaml`
- `FROM ` or `EXPOSE ` patterns
GitHub에서 보기