public:managing_lxd_on_debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:managing_lxd_on_debian [2024/05/08 11:23] – [Installing LXD (Incus)] thomaspublic:managing_lxd_on_debian [2024/05/13 09:15] (current) thomas
Line 1: Line 1:
-====== Managing LXD on Debian ======+====== Managing LXD (Incus) on Debian ======
  
-===== Installing LXD (Incus=====+===== Installing Incus =====
  
 Debian has its own port of LXD called Incus. It can be installed by executing: Debian has its own port of LXD called Incus. It can be installed by executing:
Line 16: Line 16:
 sudo incus admin init sudo incus admin init
 </code> </code>
 +
 +FIXME TODO: Define multiple networks (NAT/bridged) and specify how to deploy a VM in them.
  
 ===== Listing available images ===== ===== Listing available images =====
Line 39: Line 41:
 <code> <code>
 incus list incus list
 +</code>
 +
 +===== Stopping a container =====
 +
 +<code>
 +incus stop <containername>
 </code> </code>
  
Line 46: Line 54:
 incus launch images:<os/version> <containername> incus launch images:<os/version> <containername>
 </code> </code>
 +
 +===== Delete a container =====
 +
 +<code>
 +incus delete <containername>
 +</code>
 +
 +
 +===== References =====
 +
 +  * https://wiki.debian.org/LXD
 +  * https://www.cyberciti.biz/faq/how-to-install-lxd-on-debian-11-linux/
 +
public/managing_lxd_on_debian.1715167398.txt.gz · Last modified: by thomas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki