Quote from: Patrick M. Hausen on February 06, 2025, 07:13:32 PMI meant you should use an additional physical machine and not your firewall. You can run a FreeBSD VM on that system to experiment with jails until you are more familiar with them without risking your central security appliance.Thank you very much for your response.
Yes, jails are the original container developed before Docker even existed, then adopted into Solaris. But installing anything additional that does not belong to the firewall distribution is always a huge risk. I would not run Docker on a Linux based firewall, either.
Yes, iocage makes managing jails a bit easier. Then it also increases the attack surface.
My recommendation: don't run applications, jailed or not, on your most important security device. You can follow that or not. You do you.
I will follow your advice.
But here's another concern of mine:
There are many apps available for installation within the package system, like PHP, Zabbix, Caddy, etc.
Should these also be avoided as much as possible to minimize risk?