Compare commits

...
Sign in to create a new pull request.

2 commits
dev ... main

Author SHA1 Message Date
3721f35d96
download
All checks were successful
/ job (push) Successful in 1m28s
2025-05-06 22:16:27 +02:00
ae3aaba948
incus 2025-05-06 21:59:46 +02:00
2 changed files with 38 additions and 0 deletions

View file

@ -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

View file

@ -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