Volumes
Determine which volumes to mount into containers
Determine which volumes to mount into containers
Should infaagent.ini get injected in to the running container via a volume? It kind of feels like that is one of the things that may benefit from externalizing on persistent storage of some sort.
I also vote for somehow getting the logs somewhere that would survive the container going away and getting re created. Also, any jars that we add to the lib directory. In the current on-prem secure agent, we had to put the activemq client jars in to the lib dir of the secure agent.
Configs and logs are now externalized using volumes - https://git.doit.wisc.edu/interop/iics_secure_agent/merge_requests/6.
closed