incus
This commit is contained in:
parent
90f6a0aefb
commit
ae3aaba948
2 changed files with 21 additions and 0 deletions
|
@ -38,6 +38,7 @@ 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
|
||||||
|
|
20
help/public/incus/index.rst
Normal file
20
help/public/incus/index.rst
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
incus
|
||||||
|
=====
|
||||||
|
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
|
incus image list
|
||||||
|
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
|
incus image copy \
|
||||||
|
images: \
|
||||||
|
local: \
|
||||||
|
--copy-aliases \
|
||||||
|
--vm
|
||||||
|
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
|
incus image alias list \
|
||||||
|
--columns "a" \
|
||||||
|
--format "compact,noheader"
|
Loading…
Add table
Add a link
Reference in a new issue