Skip to content

Docker container to compile the radius extension for guacamole.

License

Notifications You must be signed in to change notification settings

zeclab/guacamole-auth-radius

 
 

Repository files navigation

guacamole-auth-radius

This dockerfile is for easily building the latest radius-auth .jar for Apache Guacamole.

Usage

  • Clone the repo
cd guacamole-radius-extension
docker build --tag guacamole-auth-radius --build-arg VERSION=1.3.0 .
docker run -d --name=guacamole-auth-radius guacamole-auth-radius
docker cp guacamole-auth-radius:/guacamole-auth-radius-1.1.0.jar .
docker container prune -f
docker image prune -a -f

About

Docker container to compile the radius extension for guacamole.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%