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.

CBSD – FreeBSD Jail Management Tools

87 pointsby tachionover 11 years ago

10 comments

tachionover 11 years ago
From the website, main features are (with my comments):<p>* a ready repository for kernels and the worlds that takes buildworld&#x2F;installworld steps not the obligatory.<p>* when steps of buildworld&#x2F;installworld are undertaken, src.conf for a world customization is supported<p>* base the catalog can place on MD&#x2F;RAM&#x2F;TMPFS on a disk that can be useful at a big num of jails with RO mounted base<p>* support of ZFS of file system, ZFS of quotas, ZFS snapshots<p>* GUI configurator of jails (DIALOG&#x2F;WEB)<p>* VIMAGE support (separate network stack per jail container)<p>* traffic count per jail, RACCT&#x2F;RCTL support (resource restrictions)<p>* import&#x2F;export of jails, jail replication, cold migration of a jails between nodes<p>* descriptions for jails<p>* management of sequence of start of jail and their priority<p>* a repository with ready jail template<p>* possibility to create own scenarios for creation of jails&#x2F;repository<p>* jail converting into PXE&#x2F;ISO&#x2F;Memstick-image<p>* support for jail non-native architecture via Qemu User mode (eg: arm or mips64 jail on x86-64 host system)
nzpover 11 years ago
This project seems great, but I feel there&#x27;s something wrong with the submitted article title, it sounds weird (plus, there&#x27;s no mention of Docker on the linked page). Sure, you can draw parallels between Docker and what FreeBSD jails and tools built on top do, but it would be fairer to say Docker is a Linux based alternative to jails, and not as powerful (as far as I understand Linux kernel infrastructure that Docker uses). The crucial difference is that jails are really a security feature in FreeBSD (and if you&#x27;re not using them in production you&#x27;re probably doing it wrong), whereas Docker is primarily deployment oriented (please correct me if I&#x27;m wrong about Docker here). Various jail management tools give you a nice, easy to use, set of deployment features on top.
评论 #7114647 未加载
评论 #7115838 未加载
jlgaddisover 11 years ago
FWIW, the PC-BSD project (think &quot;FreeBSD fine-tuned for the Desktop&quot;) has written various tools to help managing such things as FreeBSD jails easier -- see, for example, warden [0]).<p>If you&#x27;re looking to try it out but don&#x27;t need&#x2F;want the desktop&#x2F;GUI, there&#x27;s also TrueOS. It&#x27;s basically FreeBSD plus all the cool management tools they&#x27;ve written but minus the desktop&#x2F;GUI.<p>[0]: <a href="http://wiki.pcbsd.org/index.php/Warden%C2%AE/10.0" rel="nofollow">http:&#x2F;&#x2F;wiki.pcbsd.org&#x2F;index.php&#x2F;Warden%C2%AE&#x2F;10.0</a>
评论 #7119645 未加载
corditeover 11 years ago
The dependency list is amazingly minimal!<p>&gt; rsync,sudo,libssh2,sqlite3<p>Now, I don&#x27;t use FreeBSD, but that seems like a dream when it comes to provisioning.
评论 #7114608 未加载
评论 #7114614 未加载
kev009over 11 years ago
See also <a href="http://sourceforge.net/projects/zjails/" rel="nofollow">http:&#x2F;&#x2F;sourceforge.net&#x2F;projects&#x2F;zjails&#x2F;</a> which is pretty cool because all of the jail config is stored in ZFS attributes, so they are backed up&#x2F;replicated with snapshots and ZFS send&#x2F;receive.
e12eover 11 years ago
Interesting project, but I&#x27;m a little disappointed it&#x27;s not a shiny new thing for the bhyve virtualization layer[1] introduced in freebsd-10, but rather builds on &quot;plain&quot; jails.<p>I&#x27;d say something like this on top of bhyve would be a closer match for docker (which sits on top of lxc).<p>[1] <a href="https://wiki.freebsd.org/action/show/bhyve?action=show&amp;redirect=BHyVe" rel="nofollow">https:&#x2F;&#x2F;wiki.freebsd.org&#x2F;action&#x2F;show&#x2F;bhyve?action=show&amp;redir...</a>
评论 #7117772 未加载
tincoover 11 years ago
dallagi: your comments are marked as dead. Judging from your comments there&#x27;s no real reason for it, so I think a bot did it because you commented on a troll submission.<p>for the rest of HN:<p>Isn&#x27;t one of Dockers killer features the layered file system? Using rsync for making new jails seems like it&#x27;s going to be real slow for reprovisioning.<p>What kind of things to people use FreeBSD for? I wonder if they&#x27;re really rooting for a docker coming to their environment.
评论 #7116520 未加载
评论 #7114671 未加载
评论 #7114791 未加载
评论 #7116453 未加载
评论 #7114658 未加载
ksecover 11 years ago
When i asked whether there are any equivalent of Docker and CoreOS for FreeBSD, i got downvoted by HN into Oblivion.<p>Good to see there is at least 74 points on the topic.
ubikationover 11 years ago
how does this compare to <a href="http://www.7he.at/freebsd/vps/" rel="nofollow">http:&#x2F;&#x2F;www.7he.at&#x2F;freebsd&#x2F;vps&#x2F;</a>?
评论 #7114804 未加载
natchover 11 years ago
What is the impetus for needing an alternative? I don&#x27;t know much about Docker, so this is a serious question.
评论 #7115956 未加载
评论 #7116483 未加载