community-automations/docker-controller

DevOps&コード

PublicClaude サブエージェント

Docker Compose コントローラー

compose スタックを再起動するには、たいてい SSH でサーバーにログインして正確なフラグを思い出さなければなりません。このコントローラーは、チャットや API コールでスタック名とアクションを受け取り、compose コマンドを代わりに実行します。

sonnet3日以内Docker EngineDocker ComposeSlackTraefik
ClaudeClaude
ROI for
README.md

このサブエージェントを選ぶ理由

compose スタックを再起動するには、たいてい SSH でサーバーにログインして正確なフラグを思い出さなければなりません。このコントローラーは、チャットや API コールでスタック名とアクションを受け取り、compose コマンドを代わりに実行します。

まず現在のコンテナ状態を読み取り、実際に変更があったサービスだけを再作成し、ログを tail して各サービスの起動を確認します。サービスごとのヘルスレポートが同じチャンネルに届くので、誰もターミナルを開かずにスタックを再起動できます。

動作の流れ

    • Read

      Used at step 01 to kick off the pipeline.

    • Write

      Used at step 01 to kick off the pipeline.

    • WebFetch

      Used at step 01 to kick off the pipeline.

    • WebSearch

      Used at step 01 to kick off the pipeline.

出力サンプル

json
// Sample output
// (generated when the pipeline finishes)

Given a stack name and an action, run the matching docker compose command and return a status object with each service's container state and a short log tail.

Unlock the rest

The full agent definition, install snippet, and starter task are gated for community members.

Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.