From dlrdave at aol.com Fri Sep 5 15:15:26 2025 From: dlrdave at aol.com (David Cole) Date: Fri, 5 Sep 2025 15:15:26 +0000 (UTC) Subject: [CDash] CDash docker container restart policy question References: <100467127.360574.1757085326258.ref@mail.yahoo.com> Message-ID: <100467127.360574.1757085326258@mail.yahoo.com> 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: From zack.galbreath at kitware.com Tue Sep 9 13:22:50 2025 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Tue, 9 Sep 2025 09:22:50 -0400 Subject: [CDash] CDash docker container restart policy question In-Reply-To: <100467127.360574.1757085326258@mail.yahoo.com> References: <100467127.360574.1757085326258.ref@mail.yahoo.com> <100467127.360574.1757085326258@mail.yahoo.com> Message-ID: Hi Dave, Good catch, this was a simple oversight on our part. I added restarts to the other containers. This change will be included in the upcoming CDash v4.5 release. https://github.com/Kitware/CDash/pull/3110 On Fri, Sep 5, 2025 at 11:17?AM David Cole via CDash < cdash at public.kitware.com> wrote: > Also, I've noticed this email list is pretty low traffic these days. Is > there a better forum for asking CDash questions like this? > There's no secret forum you're missing out on, but you're correct that most of our activity has moved to GitHub issues. -------------- next part -------------- An HTML attachment was scrubbed... URL: