how to add a template to a Generic IOC? #122
-
Hi @gilesknap |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi Ulrik, Is this template unique to your IOC instance? If so and it is reasonably small then it can just go in the instance's config folder along side ioc.yaml. The same is true of a subst file. One of the tutorials demonstrates adding a little bit of DB into config. See https://epics-containers.github.io/main/tutorials/ioc_changes1.html |
Beta Was this translation helpful? Give feedback.
If for some reason you wanted to put a template in the generic IOC but not put it in the support module (maybe this template is in some way specific to containerised IOCs but not traditional ones?) then you could just put it in ioc-ads and copy it into the container with a Dockerfile COPY.