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

Mathieu Broillet 2023-06-22 13:26:49 +00:00
parent 45cf07288d
commit 90bc770a6e

@ -396,9 +396,9 @@ If nothing is specified, the script will use the VM/LXC folder (`<repo>/lxc/<id>
- type: reboot
```
*Shutdown the LXC*
*Stop the LXC*
```yaml
- type: shutdown
- type: stop
```
*Start the LXC (should usually never be used)*