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
Please enable a possibility to generate template instances for stopped containers, not just running ones.
This could come in a form of a flag for docker-gen, -also-stopped-containers, for example. This is equivalent to the -a flag of docker ps.
The main use-case is when generating a fluentd configuration file. The best practice is to regenerate the configuration file and restart fluentd. However consider what happens to a short-lived container, one that crashes seconds after it starts. On receiving the stop event, the fluentd configuration file will no longer refer to that container, and logs from this container will probably be lost.