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.

Ask HN: What's wrong with FreeBSD Jails?

2 pointsby akandiahover 7 years ago
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 comments

debdrupover 7 years ago
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>.
brudgersover 7 years ago
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 未加载