dockerlxclxd

How is "lxd" different from lxc/docker?


Questions


In other words:


Solution

  • LXD works in conjunction with LXC and is not designed to replace or supplant LXC. Instead, it’s intended to make LXC-based containers easier to use through the addition of a back-end daemon supporting a REST API and a straightforward CLI client that works with both the local daemon and remote daemons via the REST API.

    LXD is more like docker host.