On Tue, May 30, 2023 at 5:08 AM Raj Burnwal
<[email protected]> wrote:
>
> After that I have run guacd and guacamole container and linked them with 
> mysql container.
>
>
>
> docker run --name example-guacd -d -v 
> ~/recordings:/var/lib/guacamole/recordings guacamole/guacd
>
> docker run --name example-guacamole --link example-guacd:guacd --link 
> example-mysql:mysql -e MYSQL_DATABASE=guacamole_db -v 
> ~/recordings:/var/lib/guacamole/recordings -e MYSQL_USER=guacamole_user -e 
> MYSQL_PASSWORD=guacamole_user_password -d -p 8080:8080 guacamole/guacamole
>
>
> Please help me out here. Do I have to give permission  to folders explicitly? 
> Kindly let me know.

You will likely need to grant permissions, either by creating a group
and having the UIDs of both the guacd and guacamole-client containers
in that group, or by using POSIX ACLs, for both containers to have
access to the folder. The guacd container needs read and write access,
the guacamole-client container only needs read access.

-Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to