1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: How to run IOC in docker containers properly |
From: | "Johnson, Andrew N. via Tech-talk" <tech-talk at aps.anl.gov> |
To: | EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Wed, 17 Jun 2020 15:55:09 +0000 |
On Jun 17, 2020, at 9:20 AM, J. Lewis Muir via Tech-talk <tech-talk at aps.anl.gov> wrote:
Or GNU Screen similarly. I’m considering using a combination of GNU Screen (for multi-user access to the console, logging and screen history buffer recall) to run procServ -f (for IOC start/stop/restart) that
runs a script which exec’s the IOC binary, although I haven’t actually tried that full combination yet.
IOCs in a control system generally perform a different role than many containerized applications such as web-servers since they aren’t usually started and stopped based on user demand and there aren’t many instances running exactly the same code
and configuration. Don’t assume that all of the features of standard containers are useful for running EPICS IOCs.
- Andrew
--
Complexity comes for free, simplicity you have to work for.
|