Opérations Docker

Point d'entrée unifié pour interroger et déboguer l'environnement Docker : récupération d'état brut et analyse des problèmes.

Spar Skills Guide Bot
DevOpsIntermédiaire
1022/07/2026
Claude Code
#docker#container#query#debug#devops

Recommandé pour


name: capability:docker description: Retrieve and debug Docker environment — raw state and issue analysis argument-hint: "--action <query|debug> [--target <containers|images|volumes|networks>] [--description <text>]"

docker Skill

Unified entry point for Docker operations. Routes to the appropriate sub-command based on --action.

Parameters

| Parameter | Required | Description | |---------------|----------|--------------------------------------------------| | --action | Yes | Operation to perform: query, debug |

Action Routing

| Action | Command | Description | |---------|-----------------------------------------------|-----------------------------------------------------------| | query | @capability:docker:query | Retrieve raw Docker state via CLI | | debug | @capability:docker:debug | Analyze Docker environment and surface issues |

Instructions

  1. Parse --action from the invocation arguments
  2. Delegate to the corresponding command per the table above, forwarding all remaining arguments
  3. Follow the delegated command's own instructions in full
Skills similaires