lxc-start: add debug example (#19648)

This commit is contained in:
Managor
2025-12-02 20:58:24 +02:00
committed by GitHub
parent 45d1889f8f
commit da56ee22e6
+4
View File
@@ -19,6 +19,10 @@
`sudo lxc-stop {{container_name}}`
- Write debug logs to a file:
`sudo lxc-start {{container_name}} {{[-l|--logpriority]}} DEBUG {{[-o|--logfile]}} {{path/to/logfile}}`
- Display help:
`lxc-start {{[-?|--help]}}`