On Tue, Oct 2, 2018 at 8:55 AM, Joachim Lindenberg <joac...@lindenberg.one>
wrote:

> I figured out I needed to clone https://github.com/apache/guac
> amole-server.git locally and adapt file paths.
>
>
What do you mean by "adapt file paths"? You shouldn't need to make any
changes to build the image:

    git clone https://github.com/apache/guacamole-server.git
    cd guacamole-server/
    sudo docker build -t guacd .

You can then just reference the image where needed as "guacd" or
"guacd:latest".

- Mike

Reply via email to