0

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 ?

Bob5421
  • 7,757
  • 14
  • 81
  • 175

1 Answers1

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/