Y
Hacker News
new
|
ask
|
show
|
jobs
by
iso8859-1
4137 days ago
Why do you mention like Linux? Containers shouldn't be specific to Linux.
1 comments
m_mueller
4137 days ago
Well.. in Docker's case they are? It's based on lxc, a Linux kernel technology. Of course BSD had it before that, although with a different name.
link
vezzy-fnord
4137 days ago
Docker hasn't been based on LXC since 0.9 by now. It uses its own libcontainer.
link
m_mueller
4137 days ago
Which to my knowledge ist still linux-only, so while it's good to be technically correct, it doesn't change my point.
link
vezzy-fnord
4137 days ago
That much is correct, it's still tied to namespaces, cgroups and the standard mechanisms for implementing jailing on Linux. The point is it stands at a layer of abstraction designed for easier portability than outright depending on LXC.
link