TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What's wrong with FreeBSD Jails?

2 点作者 akandiah超过 7 年前
I see a lot of people going with Docker for shipping products. Why don't more people choose Jails? Is there anything wrong with it? From what I can gather it's a far more mature implementation of containers.

2 条评论

debdrup超过 7 年前
My guess would be that it&#x27;s because jails are exclusive to FreeBSD, and not that many people (compared to Linux, that is) run FreeBSD. Jails were also devised as a tool for the sysadmins toolbox, whereas docker is a tool for developers toolbox - and each has its own strengths and weaknesses.<p>Finally, jails do lack a bit of the functionality that lets docker do some things - but that isn&#x27;t something that can&#x27;t exist, an in fact there are certain signs that such instrumentation might be in the process of being written: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;FiLiS&#x2F;status&#x2F;894651614002393088" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;FiLiS&#x2F;status&#x2F;894651614002393088</a>.
brudgers超过 7 年前
Docker runs on Linux. Docker runs on Mac. Docker runs on Windows. Not running on those platforms is an engineering tradeoff Jails makes. There&#x27;s nothing wrong with that tradeoff but it does have hard implications.
评论 #15072142 未加载