Compare commits

...

3 commits

Author SHA1 Message Date
27d2a6d844
render
All checks were successful
/ job (push) Successful in 6m43s
2025-06-08 11:10:17 +02:00
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
2 changed files with 24 additions and 0 deletions

View file

@ -1,6 +1,23 @@
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
--------
@ -26,6 +43,13 @@ download
--copy-aliases \
--vm
.. code-block::
incus image copy \
docker:name:version \
local: \
--copy-aliases
.. code-block::
incus image alias list \

View file