acouvreur / sablier

Start your containers on demand, shut them down automatically when there's no activity. Docker, Docker Swarm Mode and Kubernetes compatible.
https://acouvreur.github.io/sablier/
GNU Affero General Public License v3.0
1.3k stars 46 forks source link

fix(docker): ensure connection is established with host #329

Closed acouvreur closed 3 months ago

acouvreur commented 3 months ago

The docker and docker_swarm providers have been patched to ensure that the connection is properly established upon starting.

If the docker host is not available at starting time, then the application will stop. This will prevent from trying to register to the event stream on a non working client.

acouvreur commented 3 months ago

Fixes #272

acouvreur commented 3 months ago

:tada: This PR is included in version 1.7.1-beta.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: