Comme j'en ai parlé dans le billet précédent, je maintiens une image docker pour Apache Guacamole. Mais Apache Guacamole, c'est quoi? Selon le site officiel:
Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.
We call it clientless...
For a long time, I never needed to parse command line arguments, because I never wrote anything meaningful that would require them. Hey! I'm a hobbyist, not a professional dev!
Then I started to write some tools to help my colleagues, and some tools needed to run on a company server, and be integr...
If you inspect the Dockerfiles in this repo, you will notice that the base image I use for the 1.4.0 or latest tags is tomcat:9.0.64-jre11.
This image in turn is based on Ubuntu Jammy (22.04.4 LTS). And this version of Ubuntu comes with postgresql-14 in its official repositories.
...