From 942e1b7c3dd7c949b8224409d129e6d03bf92664 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Wed, 21 Jun 2023 15:07:10 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'How=20to=20create?= =?UTF-8?q?=20a=20new=20LXC'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- How-to-create-a-new-LXC.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/How-to-create-a-new-LXC.md b/How-to-create-a-new-LXC.md index 9525b71..c17acb5 100644 --- a/How-to-create-a-new-LXC.md +++ b/How-to-create-a-new-LXC.md @@ -1,11 +1,6 @@ -To create a LXC, you need to create a JSON file in the `resources/lxc/` folder. -You can look at the example with ID 100 in the `resources/lxc/100` folder. +To create a new LXC you need to create a folder in your repo at ``/lxc//`` and then inside it add a ``config.yml`` file. -Here is an example config with all available parameters : -*Note : this is not valid JSON, it's just for documentation purposes, if you want to copy the file, use the one in the -resources folder* - -Here is all the settings possible in the config file : +Here is an example config file with all possible settings :
config.yml