- Docker image for Daloradius based on latest Ubuntu LTS
- includes Apache, php, MariaDB-client
- needs a separate MariaDB and FreeRadius
- access under
your-ip-or-url/
- User:
administrator
Password:radius
- With rolling upgrade support
Both docker and podman are working properly.
docker run -d -it --name daloradius --restart=always \
--network=<network name> \
--ip=<ip address> \
-e MYSQL_DATABASE=<database name> \
-e MYSQL_PORT=<database port> \
-e MYSQL_USER=<database user> \
-e MYSQL_PASSWORD=<database password> \
-e MYSQL_HOST=<database host> \
-e TZ=<timezone> \
a980883231/daloradius-container
standard value: radius
standard value: dalodbpass
standard value: localhost
standard value: 3306
standard value: radius
standard value: Europe/Berlin - see List of tz time zones