Giter Site home page Giter Site logo

dockerfile-guacamole's Introduction

Docker images for Guacamole

Run Guacamole, the clientless remote desktop gateway inside Docker containers.

Images on the Docker Hub:

Getting started

To run the Guacamole daemon, web application and a database backend for authentication do:

docker run --name guacd mattgruter/guacamole-guacd
docker run --name db mattgruter/guacamole-db
docker run --link guacd:guacd --link db:db -p 8080:8080 mattgruter/guacamole-webserver

Now point your browser at http://localhost:8080.

The default user is guacadmin with password guacadmin.

Fig

If you use fig you can bulid and start all containers with:

fig up

Or if you don't want to build the images yourself and use the prebuild images from the Docker Hub:

fig -f fig.prod.yml up

And point your browser at http://localhost:8080.

The default user is guacadmin with password guacadmin.

Daemon

To only run the Guacamole daemon:

docker run mattgruter/guacamole-guacd

The guacd default port 4822 is exposed by the image.

Database backend

To only run a Guacamole-ready MariaDB server:

docker run mattgruter/guacamole-db

The MariaDB server exposes it's default port 3306.

Web application

To only run the Guacamole web application:

docker run -p 8080:8080 guacd mattgruter/guacamole-webserver

The web application expects a running guacd Guacamole daemon at the address guacd:4822 and a Guacamole-ready MySQL database server at db:3306. You'll probably want to start a guacd and database container first and then link to them as described above.

dockerfile-guacamole's People

Contributors

mattgruter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dockerfile-guacamole's Issues

dockerfile/mariadb:latest not found

Building db...
Step 0 : FROM dockerfile/mariadb
Pulling repository dockerfile/mariadb
Service 'db' failed to build: Error: image dockerfile/mariadb:latest not found

Guacamole RDP

Hello,
I installed Guacamole-Docker on NAS Synology, installation ok
But, i do a connection in RDP:

LoadLibraryA: /usr/lib/x86_64-linux-gnu/freerdp/guacsnd-client.so: cannot open shared object file: No such file or directory
guacd[32]: WARNING: Failed to load guacsnd plugin. Audio will not work.
LoadLibraryA: /usr/lib/x86_64-linux-gnu/freerdp/guacdr-client.so: cannot open shared object file: No such file or directory
guacd[32]: WARNING: Failed to load guacdr plugin. Drive redirection and printing will not work.

i no understand

Please your help,

Best ragards,
Bruno

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.