GithubHelp home page GithubHelp logo

caiqing0204 / guacd-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from glyptodon/guacd-docker

1.0 1.0 0.0 21 KB

Docker image for guacd - the server-side, native proxy used by the Guacamole web application.

Home Page: http://guac-dev.org/

License: Apache License 2.0

guacd-docker's Introduction

What is guacd?

guacd is the native server-side proxy used by the Guacamole web application. If you wish to deploy Guacamole, or an application using the Guacamole core APIs, you will need a copy of guacd running.

How to use this image

Running guacd for use by the Guacamole Docker image

docker run --name some-guacd -d glyptodon/guacd

guacd will be listening on port 4822, but this port will only be available to Docker containers that have been explicitly linked to some-guacd.

Running guacd for use services by outside Docker

docker run --name some-guacd -d -p 4822:4822 glyptodon/guacd

guacd will be listening on port 4822, and Docker will expose this port on the same server hosting Docker. Other services, such as an instance of Tomcat running outside of Docker, will be able to connect to guacd.

Beware of the security ramifications of doing this. There is no authentication within guacd, so allowing access from untrusted applications is dangerous. If you need to expose guacd, ensure that you only expose it as absolutely necessary, and that only specific trusted applications have access.

Connecting to guacd from an application

docker run --name some-app --link some-guacd:guacd -d application-that-uses-guacd

Reporting issues

Please report any bugs encountered by opening a new issue in our JIRA.

guacd-docker's People

Contributors

mike-jumper avatar jmuehlner avatar

Stargazers

qing avatar

Watchers

 avatar

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.