[CDash] CDash docker container restart policy question
David Cole
dlrdave at aol.com
Fri Sep 5 15:15:26 UTC 2025
Hi there,
I'm setting up a new CDash production instance, and wondering why the docker container restart policy for the website and database containers is "{no 0}"?
user at cdash-server:~$ docker inspect --format='{{.HostConfig.RestartPolicy}}' cdash-worker-1
{always 0}
user at cdash-server:~$ docker inspect --format='{{.HostConfig.RestartPolicy}}' cdash-website-
1
{no 0}
user at cdash-server:~$ docker inspect --format='{{.HostConfig.RestartPolicy}}' cdash-database-1
{no 0}
Shouldn't these things restart if the machine reboots, or if the container crashes or otherwise exits (unless intentionally stopped manually....)?
Also, I've noticed this email list is pretty low traffic these days. Is there a better forum for asking CDash questions like this?
Thanks,David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cdash/attachments/20250905/d693fa66/attachment.htm>
More information about the CDash
mailing list