How is “lxd” different from lxc/docker?

前端 未结 3 1780
余生分开走
余生分开走 2021-02-04 01:07

Questions

  • How does lxd provide Full operating system functionality within containers, not just single processes?
  • How is it different from lxc/docker +
3条回答
  •  無奈伤痛
    2021-02-04 01:52

    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.

提交回复
热议问题