I want to work with lxc containers. I have installed ubuntu lxd package, but i work with lxc command. So i do not understand what are the differences between lxc and lxd containers. Is it the same thing ?
Asked
Active
Viewed 762 times
0
-
LXD is like LXC wrapper. https://linuxcontainers.org/lxd/introduction/ – Draco Ater Oct 28 '16 at 21:38
-
thanks. Is that true that docker works with LXC ? – Bob5421 Oct 30 '16 at 07:57
-
Not any more, docker dropped lxc for their own solution two years ago I think. – Ehvince Nov 07 '16 at 12:53
1 Answers
2
LXD is a daemon service that exposes REST API and manages the containers via liblxc.
LXC is a command line tool that calls REST API locally or remotely.
https://www.mywebtech.blog/guide-linux-lxd-containers-ubuntu/

Harsh Royal
- 46
- 4