zeclab / guacamole-auth-radius

Docker container to compile the radius extension for guacamole.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Dockerfile 100.0%