Lxd/Lxc the containers in the wild [2024 version]

The other container solution Normaly we only think about docker containers if we want to containerize something in linux. But there are more options lxd/lxc is one of those other solutions. Where docker containers are mostly used to start one process, lxd containers are more like containerized vm’s How to install it sudo pacman -S lxd or sudo apt install lxd-installer or sudo snap install lxd –channel=latest/stable Add your user to the lxd group in /etc/group and restart lxd
3 minutes to read