jumanjiman / docker-radius

freeradius server and client docker images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

FreeRadius server based on Alpine Linux

Source: https://github.com/jumanjihouse/docker-radius

Docker Hub:

Docker tags:

  • optimistic: latest
  • pessimistic: ${freeradius_version}-${build_date}-git-${hash}

Usage

Use this image (and the radius client) for testing other images, such as https://github.com/jumanjiman/docker-duoauthproxy

Build and test

We use circleci to build, test, and publish the images to Docker hub. We use BATS to run the test harness. Output from BATS resembles:

✓ radiusd container is running
✓ radiusd responds to status message authenticator
✓ radiusd authenticates user from raddb
✓ radiusd container log is meaningful

4 tests, 0 failures

License

See LICENSE in this repo.

About

freeradius server and client docker images

License:GNU General Public License v2.0


Languages

Language:Shell 92.2%Language:Dockerfile 7.8%