diff --git a/help/index.rst b/help/index.rst index e60630f..315c661 100644 --- a/help/index.rst +++ b/help/index.rst @@ -38,6 +38,7 @@ RTFD public/grub/index public/ifupdown2/index public/imagemagick/index + public/incus/index public/isc-dhcp-server/index public/kubernetes/index public/letsencrypt/index diff --git a/help/public/incus/index.rst b/help/public/incus/index.rst new file mode 100644 index 0000000..b1aea29 --- /dev/null +++ b/help/public/incus/index.rst @@ -0,0 +1,37 @@ +incus +===== + +download +-------- + +.. code-block:: + + incus image list \ + images: + +.. code-block:: + + for alias in $(incus image alias list \ + --columns "a" \ + --format "compact,noheader" \ + ); do + incus image alias delete "${alias}" + done + +.. code-block:: + + incus image copy \ + images:name/version \ + local: \ + --copy-aliases \ + --vm + +.. code-block:: + + incus image alias list \ + --columns "a" \ + --format "compact,noheader" + +.. code-block:: + + incus image list