You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First implementation of autorestart feature in a Docker cluster:
using environment variable DOCKER_CLUSTER_PROVIDER (default: none), the container will use appropriate
service restart command to restart the service name specified in autorestart-containers=... directive.
For now, only Swarm is supported: support is triggered using DOCKER_CLUSTER_PROVIDER=swarm.
Modified
Python libraries uses now the pip option --no-cache-dir to reduce container footprints.
The autorestart and autocmd directives are now triggered upon certificate renewal as before, but also
upon first certificate issuance now.