Version 1.3.0 user group permissions

2021-10-04 Thread Tezarin
Hello, I have upgraded my Docker based Guacamole installation to 1.3.0, in the previous version, I had used a user sync script to allow my corporate LDAP users authenticate with their LDAP credentials.  I understand the version 1.3.0 has some built-in features which eliminates the need for using

Running guacamole on port 8080

2021-04-16 Thread Tezarin
Hi all, I am running guacamole in a docker container. How can I disable HTTPS on tomcat and have guacamole run on port 8080 instead of 8443? Here is what my server.xml looks like (below). Thank you

Re: Any way to add a text next to the "Recent connections" at the top?

2020-09-22 Thread Tezarin
Thank you so much, it worked like a charm! On Tuesday, September 22, 2020, 03:26:52 PM EDT, Nick Couchman wrote: On Tue, Sep 22, 2020 at 3:00 PM Tezarin wrote: >  Thank you Nick, I followed the steps in the URL you recommended and was > able to put the text right on the ho

Re: Any way to add a text next to the "Recent connections" at the top?

2020-09-22 Thread Tezarin
they login?  Thank you in advance On Monday, September 21, 2020, 03:12:35 PM EDT, Nick Couchman wrote: On Mon, Sep 21, 2020 at 1:55 PM Tezarin wrote: > Hi all, > > I was wondering if there is a way for me to add a text with hyperlink at > the top of the page? My users login

Any way to add a text next to the "Recent connections" at the top?

2020-09-21 Thread Tezarin
Hi all, I was wondering if there is a way for me to add a text with hyperlink at the top of the page? My users login and see the recent connections on the left and the username they logged in as on the right. In between these two, I would like to add a text so when my users click that, they get

Mike's Guacamole Legacy URLs

2020-03-10 Thread Tezarin
Hi all, I have Guacamole version 0.9.14 installed (Docker installation) and would like to have direct URLs to each of my hosts. Came across the following  repo:  https://github.com/mike-jumper/guacamole-legacy-urls Followed the instruction and configured guacamole legacy url, but unfortunately it

Keep getting disconnected from the remote VMs

2020-01-28 Thread Tezarin
Hi all, I use guacamole v. 0.9.14 to access several remote VMs, CentOS and Windows based. Since two days ago I've been noticing that my connections drop frequently after a few seconds of being connected, looks at the logs and see entries with regards to my connections, and number of seconds I h

Re: Guacamole docker image version?

2019-02-20 Thread Tezarin
tion: Table 'guacamole.guacamole_entity' doesn't exist Can you please advise what I did wrong? ThanksOn Wednesday, February 13, 2019, 10:59:10 AM EST, Nick Couchman wrote: On Wed, Feb 13, 2019 at 9:57 AM Tezarin wrote: > Good morning all, > I have the guacamole dock

Re: Guacamole docker image version?

2019-02-13 Thread Tezarin
Thanks much I appreciate it. On Wednesday, February 13, 2019, 10:59:10 AM EST, Nick Couchman wrote: On Wed, Feb 13, 2019 at 9:57 AM Tezarin wrote: > Good morning all, > I have the guacamole docker image which I pulled months ago and now trying > to figure out the version

Guacamole docker image version?

2019-02-13 Thread Tezarin
Good morning all, I have the guacamole docker image which I pulled months ago and now trying to figure out the version of it and could not find a way to do that. Can someone ple ae help? Thanks in advance

Re: Change the loglevel to DEBUG

2018-11-29 Thread Tezarin
. Thanks On Wednesday, November 28, 2018, 5:02:55 PM EST, Nick Couchman wrote: On Wed, Nov 28, 2018 at 2:18 PM Tezarin wrote: >  Just to add, I am having the logs forwarded to Splunk: > > logging:      driver: splunk > > But would like the loglevel to chaneg from INFO to DEBUG

Re: Change the loglevel to DEBUG

2018-11-28 Thread Tezarin
5) docker info | grep -i debug.*server But the logs in Splunk are still INFO. Please help, ThanksOn Tuesday, November 27, 2018, 3:05:41 PM EST, Tezarin wrote: Hi all, I am running Guacamole in docker containers: guacamole container and guacd. Can you please let me know how I can change

Change the loglevel to DEBUG

2018-11-27 Thread Tezarin
Hi all, I am running Guacamole in docker containers: guacamole container and guacd. Can you please let me know how I can change the Loglevel to DEBUG? I checked the documentation and looks like the we will have to edit this file on the docker host:Which the file doesn't exist on the docker host.

Re: guacamole.properties does not get updatd

2018-10-18 Thread Tezarin
same effect. - Mike On Thu, Oct 18, 2018, 09:21 Tezarin wrote: >  Thank you, I'll review. I'm trying to see which ones will be replacing > the exact two variables I had listed. >    On Thursday, October 18, 2018, 2:54:15 AM EDT, Mike Jumper < > mjum...@apache.org> wrot

Re: guacamole.properties does not get updatd

2018-10-18 Thread Tezarin
ual: http://guacamole.apache.org/doc/gug/guacamole-docker.html# guacamole-docker-mysql-optional-vars - Mike On Tue, Oct 16, 2018 at 9:16 AM, Tezarin wrote: >  To be more specific, I am only looking for the current (non deprecated) > values to replace these two variables: > >      - MYSQL_DISALLOW_SI

Replacing the deprecated env variables in the properties file

2018-10-17 Thread Tezarin
Hi all, I originally had opened a thread which I can't find it anymore, I am currently using the two deprecated values below and was wondering what the equivalent  variables I should be using instead:Thanks - MYSQL_DISALLOW_SIMULTANEOUS_CONNECTIONS= false      - MYSQL_DISALLOW_DUPLICATE_CONNECTIO

Re: guacamole.properties does not get updatd

2018-10-16 Thread Tezarin
, October 16, 2018, 10:22:25 AM EDT, Tezarin wrote: Thank you for your prompt reply. So in my case if these are the values I currently have in my docker-compose file:       - MYSQL_DISALLOW_SIMULTANEOUS_CONNECTIONS= false      - MYSQL_DISALLOW_DUPLICATE_CONNECTIONS= false What would be the

Re: guacamole.properties does not get updatd

2018-10-16 Thread Tezarin
?mysql-default-max-connections: 1 mysql-default-max-group-connections: 1 Thank you On Monday, October 15, 2018, 9:20:48 AM EDT, Mike Jumper wrote: On Mon, Oct 15, 2018 at 5:49 AM, Tezarin wrote: > > Good morning, > > > I understand the method I was using to fix the issue i

Re: guacamole.properties does not get updatd

2018-10-15 Thread Tezarin
f the deprecated connection parameters I specified in the Description are not correct/useful, we can ignore that part and find the correct solution.Thanks in advance On Wednesday, October 3, 2018, 11:55:53 AM EDT, Nick Couchman wrote: On Wed, Oct 3, 2018 at 11:52 AM Tezarin wrote: >  Tha

Re: guacamole.properties does not get updatd

2018-10-03 Thread Tezarin
Thanks Nick, wasn't sure how to check the version. You're right, apparently the disallow parameters never get added, should stop using them. > On Oct 3, 2018, at 11:55 AM, Nick Couchman wrote: > >> On Wed, Oct 3, 2018 at 11:52 AM Tezarin wrote: >> >> Th

Re: guacamole.properties does not get updatd

2018-10-03 Thread Tezarin
Thanks Nick, I appreciate your reply.  I have Guacamole running inside a Docker container.  Regards On Tuesday, October 2, 2018, 8:43:32 PM EDT, Nick Couchman wrote: On Tue, Oct 2, 2018 at 2:14 PM Tezarin wrote: > Hi all, > I have added two new variables to my docker-compos

guacamole.properties does not get updatd

2018-10-02 Thread Tezarin
Hi all, I have added two new variables to my docker-compose file (the two disallow ones):     environment:      - MYSQL_DATABASE=guacamole       - MYSQL_USER=guacamole      - MYSQL_PASSWORD=somepassword      - MYSQL_DISALLOW_SIMULTANEOUS_CONNECTIONS= false      - MYSQL_DISALLOW_DUPLICATE_CONNEC

Re: How to implement content security policy?

2018-09-19 Thread Tezarin
verse proxy in front of tomcat anyway, it is conventional to implement your security headers there rather than in tomcat. But I'm afraid I can't comment on the best way to do this. M. . On Wed, 19 Sep 2018, 19:23 Tezarin, wrote: >  Mark, > > Thank you for your prompt

Re: How to implement content security policy?

2018-09-19 Thread Tezarin
s://tomcat.apache.org/tomcat-8.0-doc/config/filter.html. Other than that, you will probably need to write a custom filter, which is what I have always ended up doing for odd header requirements. Mark . On Wed, 19 Sep 2018, 18:12 Tezarin, wrote: > Hi, > I need to implement an Content Security

How to implement content security policy?

2018-09-19 Thread Tezarin
Hi, I need to implement an Content Security Policy (CSP) for the guacamole web application. This is done via http headers added to the response from the tomcat server running guacamole. So here are the questions I would ask myself: 1. How do I add HTTP headers to a tomcat server or guacamole conf

Re: Docker Guacamole - Destination files get removed

2018-08-29 Thread Tezarin
Perfect, thank you guys, I'll start making the changes you suggested. Regards On Wednesday, August 29, 2018, 11:36:55 AM EDT, Nick Couchman wrote: On Wed, Aug 29, 2018 at 8:59 AM Tezarin wrote: > Thank you for your reply. The issue is most definitely with my dockerfile > t

Re: Docker Guacamole - Destination files get removed

2018-08-29 Thread Tezarin
dependency plugin (as guacamole does, see the guacamole pom for an example) or put them in the extensions lib folder, as described in the documentation. M. . On Wed, 29 Aug 2018, 06:56 Tezarin, wrote: > Thank you Nick. This makes sense. Now I understand the behavior. > > If I do the co

Re: Docker Guacamole - Destination files get removed

2018-08-28 Thread Tezarin
3:44 PM, Nick Couchman wrote: > >> On Tue, Aug 28, 2018 at 3:39 PM Tezarin wrote: >> >> Thank you Nick, >> The part where it is copying the server.xml and tomcat keystore works, >> that was why I am puzzled... Do you happen to have any examples I can take >> a

Re: Docker Guacamole - Destination files get removed

2018-08-28 Thread Tezarin
Thank you Nick, The part where it is copying the server.xml and tomcat keystore works, that was why I am puzzled... Do you happen to have any examples I can take a look at? Thanks On Tuesday, August 28, 2018, 3:05:17 PM EDT, Nick Couchman wrote: On Tue, Aug 28, 2018 at 1:43 PM Tezarin

Docker Guacamole - Destination files get removed

2018-08-28 Thread Tezarin
Hi, I have several files in a directory on the host machine which I am trying to copy to the Docker container. The problem is that the files do get copied to the destination but all the existing files inside the destination directory get removed. Before adding these new ADD lines to my Dockerfile

Get notified when a new guacamole image is available

2018-07-30 Thread Tezarin
Hi, Is there any way that we have a trigger added to our Dockerfile or docker-compose, etc. to get notified if a newer version of the Guacamole/Guacamole docker image comes out and then our docker compose can build a new image based on that upstream image? Thanks

Re: Guacamole home environment variable

2018-07-16 Thread Tezarin
e as $HOME/.guacamole since that will cause the template and the real guacamole home to be the same directory. On 16 July 2018 at 14:45, Tezarin wrote: > Thank you Mark. I apologize for the format of the docker-compose all being > scrambled in my previous email, I've attached it in a

Re: Guacamole home environment variable

2018-07-16 Thread Tezarin
the docker host, then it must be exposed to the container as a volume, otherwise the corresponding folder inside the container will not exist or will be empty and nothing will be copied across. Is that clear? Does it answer your question? Regards, Mark. . On 16 July 2018 at 12:17, Tezarin w

Guacamole home environment variable

2018-07-16 Thread Tezarin
Hi all, I have Guacamole running inside the docker containers (guacd and guacamole),  I'm trying to add a new environment variable to my Guacamole docker-compose file to set the Guacamole home to /opt/guacamole-home.  On the docker host machine I have created the /opt/guacamole-home directory an

Re: Keeping Guacamole docker image up to date

2018-07-02 Thread Tezarin
if this is best practice for automating the process? Please  see attach. Thanks On Saturday, June 30, 2018, 8:18:35 AM EDT, Chris Duncan wrote: Hi Tezarin, I'm a bit confused about what you actually want to achieve. The docker-compose.yml example that I pointed you to is similar to

Re: Guacamole log management

2018-07-02 Thread Tezarin
Understood, thank you for your reply. I will look into it. On Saturday, June 30, 2018, 4:29:28 PM EDT, Nick Couchman wrote: On Fri, Jun 29, 2018 at 10:17 AM Tezarin wrote: > Hi, > I would like the Guacamole logs to get forwarded  to the Splunk server > and  I added the log f

Re: Keeping Guacamole docker image up to date

2018-06-29 Thread Tezarin
'--Removed--' \    LDAP_SEARCH_BIND_DN='--Removed--' \    LDAP_SEARCH_BIND_PASSWORD='--Removed--' \    LDAP_USER_SEARCH_FILTER='(&(objectClass=person)(objectClass=user)' \    LDAP_USERNAME_ATTRIBUTE='samAccountName' \    GUACAMOLE_HOME=/opt/gu

Guacamole log management

2018-06-29 Thread Tezarin
Hi, I would like the Guacamole logs to get forwarded  to the Splunk server and  I added the log forwarding parameters I found on Splunk docs and ran docker inspect -f '{{.HostConfig.LogConfig.Type}}' containerID  and the output was:  Splunk, but I checked on the splunk server, ran the query on

Re: Keeping Guacamole docker image up to date

2018-06-18 Thread Tezarin
ompose.yml: > > https://gist.github.com/celldee/0530d61d405b91107d8f9b12b0813e27 > >> On Mon, 18 Jun 2018, 22:17 Tezarin, wrote: >> >> Thank you Mike and Nick, docker-compose would probably be what I'm >> looking for, I basically would like the file to get the im

Re: Keeping Guacamole docker image up to date

2018-06-18 Thread Tezarin
, etc.)  On Monday, June 18, 2018, 5:05:00 PM EDT, Mike Jumper wrote: On Mon, Jun 18, 2018 at 9:37 AM, Tezarin wrote: > ... And also, do you happen to have a Git repo with your official > Guacomole repo and Dockerfile? > The Dockerfiles for the "guacamole/guacamole" and

Re: Keeping Guacamole docker image up to date

2018-06-18 Thread Tezarin
Dockerfile or a docker-compose file? And also, do you happen to have a Git repo with your official Guacomole repo and Dockerfile? Thanks On Saturday, June 16, 2018, 8:13:58 PM EDT, Nick Couchman wrote: On Fri, Jun 15, 2018 at 11:36 AM Tezarin wrote: > > Hi, > > What wou

Re: Keeping Guacamole docker image up to date

2018-06-15 Thread Tezarin
Hi, What would be a good practice for having these docker pull commands? Can we have a Dockerfile that does that? If so, can you please point me to some of your examples? ThanksOn Monday, June 11, 2018, 12:59:44 PM EDT, Tezarin wrote: Perfect, thank you.     On Monday, June 11

Re: Managing the SFTP dropped files

2018-06-11 Thread Tezarin
wrote: On Mon, Jun 11, 2018 at 10:41 AM, Tezarin 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 ho

Re: Managing the SFTP dropped files

2018-06-11 Thread Tezarin
:30 PM EDT, Mike Jumper wrote: On Mon, Jun 11, 2018 at 10:25 AM, Tezarin wrote: >  Thanks, but what about the Windows users? The guacamole containers are on > a linux based host (guacd and guacamole containers and  external mysql vm). > The users transfer their files to their win

Re: Managing the SFTP dropped files

2018-06-11 Thread Tezarin
, June 11, 2018, 1:08:47 PM EDT, Mike Jumper wrote: On Mon, Jun 11, 2018, 10:04 Tezarin wrote: > Hi, > I have Guacamole configured to run inside docker and have SFTP setup for > all my user connections (SSH and SFTP) and I would like to make sure the > files which users dragged

Managing the SFTP dropped files

2018-06-11 Thread Tezarin
Hi, I have Guacamole configured to run inside docker and have SFTP setup for all my user connections (SSH and SFTP) and I would like to make sure the files which users dragged and dropped into their sessions don't just stay on the guacamole or guacd containers and end up taking up a  lot of spac

Re: Keeping Guacamole docker image up to date

2018-06-11 Thread Tezarin
Perfect, thank you. On Monday, June 11, 2018, 12:56:46 PM EDT, Nick Couchman wrote: On Mon, Jun 11, 2018 at 12:53 PM Tezarin wrote: >  Thanks Nick. I have always been using the docker pull command to make > sure my images are up to date, never had a problem until I ran docke

Re: Keeping Guacamole docker image up to date

2018-06-11 Thread Tezarin
version broke my guacamole installation...So I was thinking there might be a  better way. On Monday, June 11, 2018, 12:04:38 PM EDT, Nick Couchman wrote: On Mon, Jun 11, 2018 at 11:55 AM Tezarin wrote: >  Hi all, > > Any thoughts on how I can ensure my guacamole image is alw

Re: Keeping Guacamole docker image up to date

2018-06-11 Thread Tezarin
Hi all, Any thoughts on how I can ensure my guacamole image is always up to date? Thanks On Thursday, June 7, 2018, 4:45:33 PM EDT, Tezarin wrote: Good afternoon, My current Guacamole setup includes three containers linked together: guacamole, guacd and mysql. I was wondering

Re: Forward Guacamole logs to Splunk

2018-06-08 Thread Tezarin
... But it times out: docker: Error response from daemon: failed to initialize logging driver: Options https://.:8088/services/collector/event/1.0: dial tcp IP:8088: getsockopt: connection timed out. Is there something I did wrong? Thanks On Thursday, June 7, 2018, 3:46:39 PM

Keeping Guacamole docker image up to date

2018-06-07 Thread Tezarin
Good afternoon, My current Guacamole setup includes three containers linked together: guacamole, guacd and mysql. I was wondering what's the best way to keep my version of guacamole in sync with future upstream updates? In the past for other docker containers, I used to just pull the new image

Re: Forward Guacamole logs to Splunk

2018-06-07 Thread Tezarin
Thanks much for your replies Nick and Chris. Let me read up on the splunk logging driver. On Thursday, June 7, 2018, 2:29:45 PM EDT, Nick Couchman wrote: On Thu, Jun 7, 2018 at 2:20 PM, Tezarin wrote: > Hi all, > I have Guacamole running inside a docker container. We use Splu

Forward Guacamole logs to Splunk

2018-06-07 Thread Tezarin
Hi all, I have Guacamole running inside a docker container. We use Splunk for managing the logs on all of our applications. Is there any way I could forward the guacamole logs to Splunk?  As of right now, the only way I know to manage the logs is by running the docker logs guacamole command. Th

Re: Guacamole drag and drop - SCP

2018-06-06 Thread Tezarin
Great thank you for your reply. Let me review and get back to you if I had more questions. On Wednesday, June 6, 2018, 12:02:08 PM EDT, Nick Couchman wrote: On Wed, Jun 6, 2018 at 11:08 AM, Tezarin wrote: >  Good morning, > > I was able to put a check mark in the SFTP check

Re: Guacamole drag and drop - SCP

2018-06-06 Thread Tezarin
://sourceforge.net/p/guacamole/discussion/1110834/thread/9b3cc822/#9a0f  Is it still valid? If it's true, that means the guacd container is where all these transferred files will live (until deleted). Any help would be much appreciated On Wednesday, May 30, 2018, 3:10:32 PM EDT, Tezarin

Re: Guacamole drag and drop - SCP

2018-05-30 Thread Tezarin
On the Admin GUI I see this: SFTP Enable SFTP:File browser root directory: That's probably what you meant, thank you. It works. I really appreciate your help. On Wednesday, May 30, 2018, 2:52:19 PM EDT, Nick Couchman wrote: On Wed, May 30, 2018 at 2:43 PM, Tezarin wrote:

Re: Guacamole drag and drop - SCP

2018-05-30 Thread Tezarin
On Wednesday, May 30, 2018, 2:52:19 PM EDT, Nick Couchman wrote: On Wed, May 30, 2018 at 2:43 PM, Tezarin wrote: >  Hi Nick, > > Thank you for your reply. I used both Firefox and Chrome with no luck. It > is a SSH connection. How can I enable SFTP? > > Depends on how

Re: Setting up Guacamole inside Docker containers

2018-05-30 Thread Tezarin
Perfect, thank you. I will search this forum. RegardsOn Wednesday, May 30, 2018, 1:11:05 PM EDT, Nick Couchman wrote: On Wed, May 2, 2018 at 11:22 AM, Tezarin wrote: >  Hi, > Do you guys have a scrip that can do some group search and implementation? > > # enumerate

Re: Guacamole drag and drop - SCP

2018-05-30 Thread Tezarin
Hi Nick, Thank you for your reply. I used both Firefox and Chrome with no luck. It is a SSH connection. How can I enable SFTP? Thank you On Wednesday, May 30, 2018, 11:10:37 AM EDT, Nick Couchman wrote: On Wed, May 30, 2018 at 11:04 AM, Tezarin wrote: > Hi all, > I ha

Guacamole drag and drop - SCP

2018-05-30 Thread Tezarin
Hi all, I have the Guacamole container running and everything works well. I would like my users to have the ability to SCP the files into their VMs via the Guacamole browser. But when I drag and drop into the connection, I get this error: File transfer is either not supported or not enabled. Ple

Re: Setting up Guacamole inside Docker containers

2018-05-02 Thread Tezarin
-OS-Admin"# for each LDAP group:## ensure there is a guacamole group with this name# for each user: ## if they are in an LDAP group "FOO-OS-Admin", add them to the guac group "FOO-OS-Admin" Thanks On Wednesday, April 25, 2018, 5:07:59 PM EDT, Mike Jumper wrote:

Re: Setting up Guacamole inside Docker containers

2018-04-25 Thread Tezarin
Thank you Mike, I will ask the network manager to take a look. Regards Sent from my iPad > On Apr 25, 2018, at 5:07 PM, Mike Jumper wrote: > >> On Wed, Apr 25, 2018 at 2:03 PM, Tezarin wrote: >> >> Hi all, >> I noticed I am not able to connect to any o

Re: Setting up Guacamole inside Docker containers

2018-04-25 Thread Tezarin
On Thursday, April 5, 2018, 1:20:03 PM EDT, Tezarin wrote: Yes, that's exactly what I did: sudo docker exec -it guacamole /bin/bash root@1d3fd8272f23:/opt/guacamole# wget -O - https:// ...:22 Resolving ( )... Connecting to   ( )||:22... connected.GnuTLS: An unexpected TLS pa

Re: Setting up Guacamole inside Docker containers

2018-04-05 Thread Tezarin
same commands. On 4/5/18, 12:12 PM, "Tezarin" wrote:     You mean for the SSH? Yes, same result, it resolved the host and got connected with some SSL errors:     GnuTLS: An unexpected TLS packet was received.Unable to establish SSL connection.     I had another windows host whic

Re: Setting up Guacamole inside Docker containers

2018-04-05 Thread Tezarin
?  It was hard to tell from your reply. On 4/5/18, 11:26 AM, "Tezarin" wrote:     And here is the output for the CentOS machine:     wget -O - https://:22                        --2018-04-05 16:22:57--  https://:22/Resolving ()... Connecting to ()||:22... connected.GnuTLS: An unex

Re: Setting up Guacamole inside Docker containers

2018-04-05 Thread Tezarin
, April 5, 2018, 12:17:16 PM EDT, Tezarin wrote: Thanks much for your reply, here are the outputs: Thanks in advance >From inside the dockerhost: $wget -O - https://:3389 --2018-04-05 16:01:03--  http://xn--o-5gn/Resolving –o (xn--o-5gn)... failed: Name or service not known.wget: unable

Re: Setting up Guacamole inside Docker containers

2018-04-05 Thread Tezarin
oo.  The point being to test that you have network connectivity between the host/container and the target.  Use whatever tool you are comfortable with. -Kris On 4/5/18, 10:32 AM, "Tezarin" wrote:     Hi,     I sent my complete setup, can someone who has Guacamole working inside the D

Re: Setting up Guacamole inside Docker containers

2018-04-05 Thread Tezarin
Hi, I sent my complete setup, can someone who has Guacamole working inside the Docker container please reply to my email? Thanks On Wednesday, April 4, 2018, 9:29:42 AM EDT, Tezarin wrote: Hi, Thank you for your reply. I thought the user-mapping should exist and now I understand it

Re: Setting up Guacamole inside Docker containers

2018-04-04 Thread Tezarin
INFO: Connection "$079de6dc-145b-4a3d-adcf-8222a718cbf2" removed. Could you please help me figure out what the issue is? Thanks in advance On Wednesday, April 4, 2018, 3:03:10 AM EDT, Mike Jumper wrote: On Tue, Apr 3, 2018 at 12:24 PM, Tezarin wrote: > Hi all, > I am new to

Setting up Guacamole inside Docker containers

2018-04-03 Thread Tezarin
Hi all, I am new to Guacamole and decided to set that up inside Docker. I followed a couple of instructions, i.e.  https://guacamole.apache.org/doc/gug/guacamole-docker.html And https://www.cb-net.co.uk/linux/running-guacamole-from-a-docker-container-on-ubuntu-16-04-lts-16-10/ And now have three