Ross ROSS = Recommend OSS · open-source software intelligence for agents

willfarrell/docker-autoheal

Monitor and restart unhealthy docker containers. observed · 2026-08-28

github.com/willfarrell/docker-autoheal · Shell · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

51/100

  • Activity 41
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3490
  • days_rel: n/a
  • days_push: 358
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1990 stars · 264 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Docker container that monitors other containers' HEALTHCHECK status and automatically restarts those that become unhealthy. It works via the Docker socket (Unix or TCP/mTLS) and selects containers by label or watches all running containers.

Use cases

  • automatically restart unhealthy docker containers
  • add exit-on-unhealthy behavior docker lacks natively
  • watch all containers with healthchecks and heal them
  • restart only containers labeled autoheal=true
  • run a self-healing sidecar in docker compose
  • monitor remote docker hosts over TLS and restart unhealthy containers

When to choose

  • you use Docker HEALTHCHECK but want automatic restarts on failure
  • you want a lightweight, single-purpose sidecar container
  • you need to manage containers on a remote Docker host over TCP/mTLS

When to avoid

  • you run Kubernetes, which has built-in liveness probes and restarts
  • you use an orchestrator like Docker Swarm with its own health-based rescheduling
  • your containers have no HEALTHCHECK defined

Facets

service · maturity active

monitoring container-runtime deployment self-hosted monitoring self-hosted self-hosted docker healthcheck autoheal container-restart shell devops containers linux

1 source

Member repositories

RepositoryRoleHealth v2
willfarrell/docker-autohealmain51

For agents

markdown · JSON · MCP: product_card(name="willfarrell/docker-autoheal")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem