On Mon, Jun 11, 2018 at 10:41 AM, Tezarin <[email protected]> wrote:
> Thanks Mike, my mistake,I meant to say t he RDP users so the solution you > mentioned (docker volume) is exactly what I need. Do you happen to have a > tutorial on using the EBS or docker volume with Guacamole and also how to > make it accessible to guacd? > Docker has decent documentation on using volume mounts. Once you have that working, the Guacamole side should be straightforward (just specify a directory within the mounted volume for the virtual drive path). Try not to overthink the Guacamole half. From Guacamole's perspective, there's no difference between Docker volume mounts, network filesystems, EBS, etc. The virtual drive path for a connection is exactly that: a path. The implementation details behind that path will be important to you, as you maintain the system, but not to Guacamole. - Mike
