Mise à jour de 'How to create a new LXC'
parent
02822161e1
commit
45cf07288d
@ -266,6 +266,8 @@ If nothing is specified, the script will use the VM/LXC folder (`<repo>/lxc/<id>
|
|||||||
```yaml
|
```yaml
|
||||||
- type: command
|
- type: command
|
||||||
command: <command to run>
|
command: <command to run>
|
||||||
|
workdir: <working directory, optional>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
*Run multiples commands inside the LXC*
|
*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:
|
commands:
|
||||||
- <command to run 1>
|
- <command to run 1>
|
||||||
- <command to run 2>
|
- <command to run 2>
|
||||||
|
workdir: <working directory, optional>
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
Reference in New Issue
Block a user