·docker
</>

docker

stuartf303/sorcha

Sorcha プラットフォームの Docker コンテナ化と docker-compose オーケストレーションを管理します。 次の場合に使用します: コンテナーの構築/実行、docker-compose の変更、コンテナーの問題のデバッグ、サービス ネットワーキングの構成、または CI/CD パイプラインのセットアップ。

5インストール·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 で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/stuartf303/sorcha