TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Creating Comfy FreeBSD Jails Using Standard Tools

123 pointsby kettunenover 4 years ago

5 comments

efortisover 4 years ago
That guide is for non-vnet jails. If you want vnet, use this one:<p><a href="https:&#x2F;&#x2F;blog.uidrafter.com&#x2F;engineering&#x2F;freebsd-jails-network-setup" rel="nofollow">https:&#x2F;&#x2F;blog.uidrafter.com&#x2F;engineering&#x2F;freebsd-jails-network...</a><p>Why VNET? &quot;VNET jails give each jail its own isolated copy of the network stack&quot; <a href="https:&#x2F;&#x2F;klarasystems.com&#x2F;articles&#x2F;virtualize-your-network-on-freebsd-with-vnet&#x2F;" rel="nofollow">https:&#x2F;&#x2F;klarasystems.com&#x2F;articles&#x2F;virtualize-your-network-on...</a>
pimeysover 4 years ago
I found jails kind of accidentally. A few years back I built a NAS at home and wanted to run ZFS on it, so FreeBSD was an obvious choice. I soon found out how easy it is to create and manage jails: you just start a new one from a template, get an ip address, ssh into it and `pkg install` whatever you need. I now run over 10 jails, having home automation, media player, grafana, few different databases, unifi controller and so on all in their own jails.<p>I like the simplicity and how straightforward it is to add new servers to our home. I have long history with docker, but kind of prefer the way of being able to ssh into the jail and manage it like a normal server distro. Docker again is much nicer in the daily development flow, where I want nine different databases in a clean state every morning.
评论 #25818665 未加载
评论 #25815111 未加载
philcrocketover 4 years ago
<a href="https:&#x2F;&#x2F;bastillebsd.org" rel="nofollow">https:&#x2F;&#x2F;bastillebsd.org</a> is a great tool if you want to deploy tiny container-like Jails on FreeBSD. I&#x27;ve been using it in production for a while and it&#x27;s been a great tool.
astrangeover 4 years ago
Jails are nice but it has always seemed like a system where you don’t need another copy of userland would be better (eg sandboxing). It’s wasteful and you might forget to apply security patches.
评论 #25817047 未加载
评论 #25817919 未加载
评论 #25816315 未加载
corditeover 4 years ago
Is there anything like docker layers for jails? Or.. at least like a tar-overlay and any symbolic links needed?
评论 #25819936 未加载
评论 #25819651 未加载
评论 #25827049 未加载