FreeRADIUS / freeradius-server

FreeRADIUS - A multi-protocol policy server.
http://freeradius.org
GNU General Public License v2.0
2.12k stars 1.08k forks source link

[defect]: free radius docker cannot mount raddb/certs directory #4690

Closed clintonwu2013 closed 2 years ago

clintonwu2013 commented 2 years ago

What type of defect/bug is this?

Unexpected behaviour (obvious or verified by project member)

How can the issue be reproduced?

I am currently using free radius docker follwing the instructions (https://hub.docker.com/r/freeradius/freeradius-server/). After starting the free radius server, I want to change the certificate configurations in the container. So I tried to mount the /etc/raddb/certs directory, but i found that i cannot do so. Doing so makes the container unable to start. I wonder if there is any way to mount /etc/raddb/certs in the free radius container ??? Thanks!!!

My docker-compose.yml is as attached.

擷取

Log output from the FreeRADIUS daemon

NA

Relevant log output from client utilities

No response

Backtrace from LLDB or GDB

No response

alandekok commented 2 years ago

This looks like a docker issue. It's not a problem with FreeRADIUS, or our docker image.