Docker Defaulting to Debug Mode
Looking at the Dockerfile published with FreeRADIUS: CMD ["/opt/freeradius/sbin/radiusd", "-X"] I seem to recall that -X is not advisable for production environments. Is that still the case? If so, I'll switch to running with "-f" to keep the process from forking. Thanks Norman
On Jan 13, 2022, at 1:38 PM, Norman Elton <normelton@gmail.com> wrote:
Looking at the Dockerfile published with FreeRADIUS:
CMD ["/opt/freeradius/sbin/radiusd", "-X"]
I seem to recall that -X is not advisable for production environments. Is that still the case? If so, I'll switch to running with "-f" to keep the process from forking.
That seems to be v4 though, not v3? I'll push a fix. But... v4 isn't done. If you're using it in production, then it may or may not work, depending on the build of the day. Alan DeKok.
participants (2)
-
Alan DeKok -
Norman Elton