Hacker News new | ask | show | jobs
by elcritch 2847 days ago
Zones are much more developed than jails, but not quite as flexible as lxc.
1 comments

I did not know that, I thought lxc was behind zones in terms of features/flexibility.
From what I understand, Linux let’s you configure independent namespaces for network, disk, CPI, etc separately. Though sure entirely what lxc allows you to configure. Whereas zones have a more one-to-one mapping of namespaces so it’s easier to secure. Just what I picked up from using Joynet’s Triton system. I really enjoyed the zones interface on smartos, decent JSON api and cli tools, built from the ground up on ZFS datasets. Jails are terrible in comparison by not really having a good standard api interface, imho.