Virtualization: Difference between revisions
Jump to navigation
Jump to search
| Line 7: | Line 7: | ||
sudo systemctl status lxd | sudo systemctl status lxd | ||
sudo systemctl start lxd | sudo systemctl start lxd | ||
getent group lxd | |||
sudo gpasswd -a bob lxd | |||
</pre> | </pre> | ||
Revision as of 15:46, 15 August 2025
LXD / LXC
See Also: media/video/hacking/linux/just_me_and_opensource/lxd_lxc
Chopsticks
lsb_release -dirc sudo systemctl status lxd sudo systemctl start lxd getent group lxd sudo gpasswd -a bob lxd