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

docker and lxd are competing projects. Docker does not use lxd to launch containers. lxd was written by the lead dev (at canonical) of lxc which was not as polished as docker but sort of kind of did the same thing (ran better chroots)

They both use Linux kernel features such as control groups and namespaces. When put together this is referred to as a container but the kernel has zero concept of “a container”.




Docker started using an LXC driver to run workloads, but it was deprecated 10 years ago. No LXC remaining there :P


Cool but lxd is still a competitor to docker. I’ve read the move code for some work reasons. No lxc, as you said :)


Late reply but sorry, I was trying to reply to parent coment, that was mixing docker and LXD. Anyway, I don't see them as competitors. Although they do (in the core) a similar thing, I use them both for different tasks: LXD more similar to classic virtualization, and Docker for more tightly packaged things that are separated from its configuration and/or storage.




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

Search: