Compare commits

..

No commits in common. "main" and "dev" have entirely different histories.
main ... dev

2 changed files with 0 additions and 38 deletions

View file

@ -38,7 +38,6 @@ RTFD
public/grub/index
public/ifupdown2/index
public/imagemagick/index
public/incus/index
public/isc-dhcp-server/index
public/kubernetes/index
public/letsencrypt/index

View file

@ -1,37 +0,0 @@
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