Hacker News new | ask | show | jobs
by t_tsonev 190 days ago
Isolation is certainly one big reason to use jails. You also get independent management of dependencies, and can optionally share the base system.

They're somewhat similar to how you'd use Docker containers on Linux, but have different approach to security and networking.