cyberneticlibrary

Run end-to-end Docker stack health checks

e2e-testingskillsetup L21
buenhyden/hy-home.docker
What it does

Validate Docker Compose stack health via read-only inspection

Best for

QA validation of multi-service runtime when you need read-only checks, not destructive testing.

Inputs
  • · [object Object]
Outputs
  • · [object Object]
Requires
  • · docker
  • · docker-compose
Preconditions

Stack running; all services declared; health checks defined

Failure modes
  • · Service never healthy
  • · Health check missing
  • · Config validation fails
  • · Smoke path timeout
Trust signals
  • · Read-only Docker inspection
  • · Dependency-order validation
  • · Cross-service smoke paths