Hacker News new | past | comments | ask | show | jobs | submit login

Correct, Docker is currently based on lxc, but that is an implementation detail. In theory it could be ported to any process-level isolation tech with similar features: OpenVZ, Solaris Zones - you could also try using BSD jails although I don't know if they have all the required features.

To answer the original question: Docker extends LXC with a higher-level API which operates at the process level. OpenVZ helps you create "mini-servers". Docker lets you forget about servers and manage processes.




Nice. Can't way to try it out. I've built a similar tool in Go for PandaStream to isolate or encoding processes.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: