docker
✓管理 Sorcha 平台的 Docker 容器化和 docker-compose 編排。 使用場合:構建/運行容器、修改 docker-compose、調試容器問題、配置服務網絡或設置 CI/CD 管道。
SKILL.md
Sorcha uses Docker for local development and production deployment. Services run as Ubuntu Chiseled (distroless) containers with multi-stage builds. Docker Compose orchestrates the full stack with health checks, shared networks, and volume mounts for persistence.
| Chiseled images | Distroless for security | mcr.microsoft.com/dotnet/aspnet:10.0-noble-chiseled | | Multi-stage builds | Separate build/runtime | FROM sdk AS build → FROM aspnet AS final | | YAML anchors | Shared env config | <<: [otel-env, jwt-env] | | Health checks | Startup dependencies | condition: servicehealthy |
Library ID: /websites/docker (resolve using mcpcontext7resolve-library-id, prefer /websites/ when available)
管理 Sorcha 平台的 Docker 容器化和 docker-compose 編排。 使用場合:構建/運行容器、修改 docker-compose、調試容器問題、配置服務網絡或設置 CI/CD 管道。 來源:stuartf303/sorcha。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/stuartf303/sorcha --skill docker- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 docker?
管理 Sorcha 平台的 Docker 容器化和 docker-compose 編排。 使用場合:構建/運行容器、修改 docker-compose、調試容器問題、配置服務網絡或設置 CI/CD 管道。 來源:stuartf303/sorcha。
如何安裝 docker?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/stuartf303/sorcha --skill docker 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/stuartf303/sorcha
詳情
- 分類
- </>開發工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-01