jwetzell / docker-guacamole

A self-contained guacamole docker container for x64 and ARM. Remotely connect over SSH, RDP or VNC using HTML5.
https://hub.docker.com/r/oznu/guacamole/
GNU General Public License v3.0
108 stars 18 forks source link

Location of Version Number #41

Closed shawnhaywood closed 6 months ago

shawnhaywood commented 8 months ago

Describe Your Problem: Sorry for my ignorance. Where do I find the version number of my current install.
I installed the "latest" docker compose several months ago and want to ensure I have the latest version.

Logs:

Screenshots:

Environment:

jwetzell commented 6 months ago

I'm not sure if there is a way to find the version via the guacamole web ui. You could probably use docker inspect to view the Environment variables which should have the guacamole version that was used. The latest image updates every time I make a change to this repository so if you want to know what version you are running I would suggest specify the version and not using the latest tag.