I installed guacamole and guacadmin with docker, so I also wanted to install guacenc with docker, but I didn’t find the information.
In fact, I have not found any other way to install guacenc.
If anyone knows, I hope I can get the answer.
Thank you very much
2
Answers
If
guacamole
andguacadmin
can be installed on linux/windows/Mac OS then it can be run inside docker.Here is the official docker image of
guacamole
on dockerhub, which you can try out.Also check this out.
Update:
To install guacenc in centos docker image you need to install necessary packages as mentioned here.
Quoting the statement from this link.
You need to install these packages using
yum install
so thatguacenc
utility can be build and installed.Hope this helps.
This dockerfile is only reference. thanks