this post was submitted on 28 Apr 2024
1242 points (97.6% liked)

linuxmemes

20463 readers
531 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 3 months ago* (last edited 3 months ago) (1 children)

what they did to LXD

I still don't understand what LXD does that LXC doesn't do. LXC is significantly more popular. All the major control panels (like Proxmox, SolusVM, Virtualizor, etc) support OpenVZ or LXC but not LXD.

[–] [email protected] 2 points 3 months ago (1 children)

Okay.I'm not going to argue about this but here's a description : https://packages.debian.org/bookworm/lxd

[–] [email protected] 1 points 3 months ago (1 children)

I'm not trying to argue? I legitimately don't know what advantages LXD has since I don't see it used widely in the industry, whereas LXC is everywhere.

[–] [email protected] 2 points 3 months ago (1 children)

LXD is to LXC what Podman or Distrobox is to Docker (if I'm correct, it's just a convenient wrapper that does extra bits/builds on LXC)

[–] [email protected] 1 points 3 months ago (1 children)

LXD also has some cool features like launching VMs in a way that's nearly indistinguishable from containers, which can be useful if you need to do something like run a distro that uses cgroups v1 (e.g. CentOS 7) on a more modern distro.

[–] [email protected] 2 points 3 months ago

Yep I was trying to remember, it's been a long time since I used it!