Sign inSign up

xosadmin/docker-daloradius

By xosadmin

Updated about 1 year ago

A docker image for daloradius

Image
Networking
0

1.8K

xosadmin/docker-daloradius repository overview

Docker Daloradius

This is a Docker image for Daloradius.

How to use it?

Run the container using the following command:

docker run -d --name daloradius \
  -e MYSQL_SERVER=<host> \
  -e MYSQL_PORT=<port> \
  -e MYSQL_USER=<user> \
  -e MYSQL_PASSWORD=<password> \
  -e MYSQL_DBNAME=<database_name> \
  -p 8000:8000 -p 80:80 \
  xosadmin/docker-daloradius
Note:
  • To avoid from unexpected issue, please use the same database for daloradius and freeradius
  • The default login information (username / password): administrator / radius
  • If you have existing DB structure in database, you can use -e DO_NOT_IMPORT_DB=true to skip DB structure initialization
  • For more information, please refer to https://github.com/lirantal/daloradius

Tag summary

Content type

Image

Digest

sha256:a9190a7d8

Size

195.9 MB

Last updated

about 1 year ago

docker pull xosadmin/docker-daloradius