bbennett-ks commented on PR #637:
URL: https://github.com/apache/guacamole-server/pull/637#issuecomment-4390278518

   I've pushed an additional commit, adding Kubernetes support for 
`terminal-type`. I've for option #1 (For consistency (amongst Kubernetes), 
don't set TERM), as passing `TERM` by `env` breaks non-POSIX containers and 
other containers that have minimal environments that don't support `env`.
   
   Instead, `$TERM` can be used in the  Exec command to pass the 
`terminal-type` to the container. e.g. `env TERM=$TERM /bin/bash`. This will be 
included in the documentation. I corresponding client and manual PRs will be 
created.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to