Files
sablier/docs
Yoann Lecuyer 0d699effc3 feat(docker): add docker pause strategy (#755)
* add tmp test

* add strategy config

* strategy config

* pause / unpause strategy impl

* Fix tests

* fix compilation

* add pause / unpause tests

* add doc

* add config test

* start if not paused

* remove test files
2025-11-27 12:03:37 -05:00
..
2025-11-23 17:05:40 -05:00
2023-06-17 17:06:25 -04:00
2025-11-23 17:05:40 -05:00
2025-11-12 00:38:24 -05:00
2025-11-23 17:05:40 -05:00

Sablier - Scale to Zero

Sablier is a free and open-source software that scales your workloads on demand.

Demo

Your workloads can be a Docker container, a Kubernetes deployment, and more (see providers for the full list).

Sablier is an API that starts containers for a given duration.

It provides integrations with multiple reverse proxies and different loading strategies.

This allows you to start your containers on demand and shut them down automatically when there's no activity.

Glossary

Throughout this documentation, we use these terms to remain provider-agnostic:

  • Session: A session is a set of instances
  • Instance: An instance is either a Docker container, Docker Swarm service, Kubernetes deployment, or Kubernetes StatefulSet

Credits