I'm trying to setup SSL between guacamole and guacd. I have the following in
guac.conf:

[ssl]
server_certificate = /certs/guacamole/guacd/guacd.pem
server_key = /certs/guacamole/guacd/guacd.key

And added the following line in guacamole.properties:

guacd-ssl: true

I'm adding the guacamole.properties and guacd.conf files as volumes in my
docker compose:

Client:
      -
$DOCKER_APPDATA/guacamole/client/guacamole.properties:/root/.guacamole/guacamole.properties

Guacd (folder where :
      - $DOCKER_APPDATA/guacamole/guacd:/etc/guacamole

I get the following error:
rm: cannot remove '/root/.guacamole/guacamole.properties': Device or
resource busy

I want to mount the settings files outside the container, for the obvious
benefit of easy persistence of data/settings. 

Anyone know if I can achieve this, and also if the  guacd commandlines must
be specified in docker-compose? If so, what they are? 



--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

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

Reply via email to