Y
Hacker News
new
|
ask
|
show
|
jobs
by
vezzy-fnord
4137 days ago
Docker hasn't been based on LXC since 0.9 by now. It uses its own libcontainer.
1 comments
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