- Introduced new documentation for Agent Skills, detailing best practices, code patterns, common pitfalls, and quick references across various categories such as Architecture, Data Access, Security, Error Handling, Testing, Infrastructure, Communication, and Documentation. - The documentation is structured to facilitate easy navigation and understanding, supporting developers in implementing consistent patterns on the GoodGo Platform. - Both English and Vietnamese versions are provided to ensure accessibility for a wider audience.
36 lines
1.3 KiB
Markdown
36 lines
1.3 KiB
Markdown
# Docker containerization và Traefik reverse proxy
|
|
|
|
> **Skill**: `docker-traefik`
|
|
> **Compatibility**: Docker 24+, Docker Compose v2+, Traefik v3+
|
|
|
|
## Tổng Quan
|
|
|
|
Docker containerization và Traefik reverse proxy. Use for Dockerfile, docker-compose, routing rules, SSL termination, và load balancing.
|
|
|
|
## Khi Nào Sử Dụng
|
|
|
|
Use this skill when:
|
|
- Creating Dockerfiles for .NET services / Tạo Dockerfiles cho services .NET
|
|
- Configuring docker-compose for local dev / Cấu hình docker-compose cho dev local
|
|
- Setting up Traefik routing / Cài đặt Traefik routing
|
|
- Configuring SSL/TLS termination / Cấu hình SSL/TLS termination
|
|
- Implementing load balancing / Triển khai load balancing
|
|
- Managing service discovery / Quản lý service discovery
|
|
|
|
## Tham Chiếu Nhanh
|
|
|
|
Để biết chi tiết về patterns, code examples, và best practices, xem tài liệu skill đầy đủ.
|
|
|
|
## Skills Liên Quan
|
|
|
|
Xem [Danh Mục Skills](./index.md) để tìm skills liên quan.
|
|
|
|
## Tài Nguyên Bổ Sung
|
|
|
|
- **Tài Liệu Skill Đầy Đủ**: [`.agent/skills/docker-traefik/SKILL.md`](../../.agent/skills/docker-traefik/SKILL.md)
|
|
- **Ví Dụ Code**: [`.agent/skills/docker-traefik/references/REFERENCE.md`](../../.agent/skills/docker-traefik/references/REFERENCE.md)
|
|
|
|
---
|
|
|
|
**English Version**: [English Documentation](../../en/skills/docker-traefik.md)
|