cnpem / epics-in-docker

Container images with EPICS and modules
5 stars 2 forks source link

ioc: add script to launch IOCs inside container. #25

Closed ericonr closed 1 year ago

ericonr commented 1 year ago

Setting this script as the default entrypoint for our containers allows IOCs which use "st.cmd" as their startup script to be launched without specifying any command in the command line or YAML orchestrator file, and still support other startup scripts or shell wrappers that perform the necessary setup before launching the IOC, but not having to call procServ themselves.

Furthermore, it means that there is a default location for the procServ socket, which can be documented.