Compare commits
No commits in common. "3721f35d9612f8f814a633c8c13c90241f33806a" and "90f6a0aefb11f3dd56d2c362a372b305c938409a" have entirely different histories.
3721f35d96
...
90f6a0aefb
2 changed files with 0 additions and 38 deletions
|
@ -38,7 +38,6 @@ RTFD
|
||||||
public/grub/index
|
public/grub/index
|
||||||
public/ifupdown2/index
|
public/ifupdown2/index
|
||||||
public/imagemagick/index
|
public/imagemagick/index
|
||||||
public/incus/index
|
|
||||||
public/isc-dhcp-server/index
|
public/isc-dhcp-server/index
|
||||||
public/kubernetes/index
|
public/kubernetes/index
|
||||||
public/letsencrypt/index
|
public/letsencrypt/index
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue