From 1065b1fadef1e557e5d18b24bbed1f9aa52ee90d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 8 May 2025 02:14:50 +0200 Subject: [PATCH] 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 --------