Guacamole up and running within 10 minutes.
Back in November 2023, there was news about Citrix leaving Hong Kong and China market.
In case you don’t know, Citrix software allows companies to remote controlled workstation, server tablets, etc. They also provide virtual operation and virtual desktops.
Here is the question!!
If Citrix leaving Hong Kong and China, is there any other option for a company to use for the new project?
Here comes Apache Guacamole to the rescue.
#guacamole #vscode #docker #apache #rdp #remotedesktop #mysql #linux #commandline #beginner #howto #citrix #windows #virtualdesktop #Zeddev.xyz #application #container #guacd #webapplicationdevelopment #hongkong #hk
GitHub for this video:
docker-compose.yml yaml file:
initdb-utf8.sql database initialization script:
command to check docker’s log of “guacamole_web”:
docker logs guacamole_web –follow
command to get into database container of “guacamole_db”:
docker exec -it –user root guacamole_db bash
once you are in the database container, run below to execute database initialization “initdb-utf8.sql” script:
mysql -u root -p123 guacamole_db < /windows_drive/initdb-utf8.sql
Guacamole web login:
username: guacadmin
password: guacadmin
[ad_2]
source