mike-jumper commented on PR #1099:
URL: 
https://github.com/apache/guacamole-client/pull/1099#issuecomment-3222479263

   > Allowing a custom base, rather than the ones randomly created in /tmp, 
would enable storing the program's data in a user-defined location. This 
feature would be particularly useful on Kubernetes, where the lifecycle of the 
program's data independent from that of the program would improve robustness. 
Also, the program's data could be shared with sidecar containers to extend 
functionality.
   
   @tiborauer Can you clarify what sort of use case requires storing 
`CATALINA_HOME` and `GUACAMOLE_HOME` data in a user-defined location? My 
original thinking behind the randomized bases beneath `/tmp` was to:
   
   * Ensure the container entrypoint always has control over the contents of 
these locations (ie: avoid breaking the expectations of the entrypoint).
   * Avoid downstream reliance on storing anything in these locations (ie: the 
container shouldn't rely on state persisting within the container itself).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to