From 1065b1fadef1e557e5d18b24bbed1f9aa52ee90d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 8 May 2025 02:14:50 +0200 Subject: [PATCH 1/3] init --- help/public/incus/index.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/help/public/incus/index.rst b/help/public/incus/index.rst index b1aea29..0afc90d 100644 --- a/help/public/incus/index.rst +++ b/help/public/incus/index.rst @@ -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 -------- From 6596b8c17f3914133d8ad20fac873380dff1311e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 8 Jun 2025 11:00:33 +0200 Subject: [PATCH 2/3] docker --- help/public/incus/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/help/public/incus/index.rst b/help/public/incus/index.rst index 0afc90d..9489543 100644 --- a/help/public/incus/index.rst +++ b/help/public/incus/index.rst @@ -43,6 +43,13 @@ download --copy-aliases \ --vm +.. code-block:: + + incus image copy \ + docker:name:version \ + local: \ + --copy-aliases + .. code-block:: incus image alias list \ From 27d2a6d8445520b491083ba372bfd6a302443e5d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 8 Jun 2025 11:10:17 +0200 Subject: [PATCH 3/3] render --- build.py => render.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename build.py => render.py (100%) diff --git a/build.py b/render.py similarity index 100% rename from build.py rename to render.py