jphermans submitted a new resource:
Install guacamole in docker. - Install guacamole in docker.
Read more about this resource...
Install guacamole in docker. - Install guacamole in docker.
Would you like to be able to log on to your PC or virtual PC from the browser? Would you like to be able to do this via ssh, ssh, RDP or whatever? Then installing guacamole on your nas is the solution. This can easily be done in docker and when it is running you can access the pc or nas you want from your browser.
After the container is running you can login with guacadmin/guacadmin.Code:docker run \ -p 8080:8080 \ -v </path/to/config>:/config \ oznu/guacamole
Don't forget to...
Read more about this resource...