·docker
</>

docker

stuartf303/sorcha

管理 Sorcha 平台的 Docker 容器化和 docker-compose 编排。 使用场合:构建/运行容器、修改 docker-compose、调试容器问题、配置服务网络或设置 CI/CD 管道。

6安装·2热度·@stuartf303

安装

$npx skills add https://github.com/stuartf303/sorcha --skill docker

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