Virtualization: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
Line 3: Line 3:
See Also: media/video/hacking/linux/just_me_and_opensource/lxd_lxc
See Also: media/video/hacking/linux/just_me_and_opensource/lxd_lxc
== Chopsticks ==
== Chopsticks ==
=== Install and Start ===
<pre>
<pre>
sudo apt install lxd lxc
lsb_release -dirc
lsb_release -dirc
sudo systemctl status lxd
sudo systemctl status lxd
Line 12: Line 14:
su -l $USER
su -l $USER
</pre>
</pre>
=== lxd init ===

Revision as of 16:11, 15 August 2025

LXD / LXC

See Also: media/video/hacking/linux/just_me_and_opensource/lxd_lxc

Chopsticks

Install and Start

sudo apt install lxd lxc
lsb_release -dirc
sudo systemctl status lxd
sudo systemctl start lxd
getent group lxd
sudo gpasswd -a bob lxd
getent group lxd
su -l $USER

lxd init