Files
drone-docker-runner/README.md
2026-02-18 14:10:56 +01:00

913 B

drone-docker-runner

Build Status

  • Category: Utilities
  • Status: 1, alpha
  • Image: drone/drone-docker-runner, 4, upstream
  • Healthcheck: ?
  • Backups: ?
  • Email: ?
  • Tests: ?
  • SSO: ?

Stability tuning

All tuning options are optional; defaults keep the previous behaviour so existing deployments work unchanged.

  • Small hosts (e.g. 2GB RAM): Use a lower capacity, e.g. DRONE_RUNNER_CAPACITY=2, and optionally set DRONE_MEMORY_LIMIT (and DRONE_MEMORY_SWAP_LIMIT) in bytes for pipeline containers.
  • Long-running builds: Increase DRONE_RUNNER_STOP_GRACE_PERIOD (e.g. 1h) so pipelines can finish on shutdown.