Help with Freeradius/freeradius-server Docker Container

Alex Perez-Mendez Alex.Perez-Mendez at jisc.ac.uk
Mon Mar 11 18:18:56 CET 2019


> Just tried it. Seems to work. You are right in that it does not show 
> much log information, but you can check whether the server is running 
> by executing "ps auxw" inside the container
>
> docker exec -ti my-radius ps aux
>
> If you want to run the server with debug output on stdout, just use
>
> docker run -ti freeradius/freeradius-server freeradius -fxx -lstdout
>

I just saw that the Docker Hub page already contains this information. 
Quoting:


FreeRADIUS should always be tested in debug mode, using option -X. 
Coloured debug output also requres -t be passed to docker.

$ docker run --name my-radius -t -d freeradius/freeradius-server -X

After doing this, you can use "docker log my-radius" to ge the log output.

-- 
Alejandro Perez-Mendez
Technical Specialist (AAA), Trust & Identity
M (+34) 619 333 219
Skype alejandro_perez_mendez
jisc.ac.uk

Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800.

Jisc Services Limited is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under company number 2881024, VAT number GB 197 0632 86. The registered office is: One Castle Park, Tower Hill, Bristol BS2 0JA. T 0203 697 5800.  



More information about the Freeradius-Users mailing list