Compare commits

...

4 commits

Author SHA1 Message Date
6596b8c17f
docker
Some checks failed
/ job (push) Failing after 6m38s
2025-06-08 11:00:33 +02:00
1065b1fade
init 2025-05-08 02:14:50 +02:00
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 62 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,61 @@
incus
=====
init
----
* /var/lib/incus
* unix.socket
* unix.socket.user
.. code-block::
incus remote add \
docker https://docker.io --protocol oci
.. code-block::
incus remote list
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 copy \
docker:name:version \
local: \
--copy-aliases
.. code-block::
incus image alias list \
--columns "a" \
--format "compact,noheader"
.. code-block::
incus image list