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