Docker Medic

Other

Inspects container health and suggests fixes for common errors

Install

openclaw skills install openclaw-skill-local-docker-health-check

Docker Medic

Docker Medic inspects the health of your Docker containers and suggests fixes for common errors.

Usage

/docker_medic check_containers [--name <container_name>]

Parameters

ParameterRequiredDescription
nameNoSpecific container name to inspect. Defaults to all containers.

What It Does

  1. Lists running and stopped containers (or targets the named container).
  2. Checks container health status, restart counts, and exit codes.
  3. Inspects container logs for common error patterns (OOM kills, port conflicts, missing configs, crash loops).
  4. Returns a summary of findings and suggested fixes.