Mise à jour de 'How to create a new LXC'

Mathieu Broillet 2023-06-22 13:16:37 +00:00
parent 02822161e1
commit 45cf07288d

@ -266,6 +266,8 @@ If nothing is specified, the script will use the VM/LXC folder (`<repo>/lxc/<id>
```yaml
- type: command
command: <command to run>
workdir: <working directory, optional>
```
*Run multiples commands inside the LXC*
@ -274,6 +276,7 @@ If nothing is specified, the script will use the VM/LXC folder (`<repo>/lxc/<id>
commands:
- <command to run 1>
- <command to run 2>
workdir: <working directory, optional>
```
</details>