Help with Freeradius/freeradius-server Docker Container

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



El 11/3/19 a las 12:45, Reuben Fischman escribió:
> I'm attempting to run the freeradius/freeradius-server:latest docker container on top of Ubuntu 18.04.  Whenever I execute the docker run example shown on the docker hub, the container seems to start and then immediately quit.  Trying to pull log information using docker logs doesn't show anything (empty set is returned)
>
> Any help is appreciated!

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

Regards,

-- 
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