File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -945,13 +945,14 @@ Starts the container services and (optionally) installs a default kernel. It wil
945945** Usage**
946946
947947``` bash
948- container system start [--app-root < app-root> ] [--install-root < install-root> ] [--enable-kernel-install] [--disable-kernel-install] [--debug]
948+ container system start [--app-root < app-root> ] [--install-root < install-root> ] [--log-root < log-root > ] [-- enable-kernel-install] [--disable-kernel-install] [--debug]
949949```
950950
951951** Options**
952952
953953* ` -a, --app-root <app-root> ` : Path to the root directory for application data
954954* ` --install-root <install-root> ` : Path to the root directory for application executables and plugins
955+ * ` --log-root <log-root> ` : Path to the root directory for log data, using macOS log facility if not set
955956* ` --enable-kernel-install/--disable-kernel-install ` : Specify whether the default kernel should be installed or not (default: prompt user)
956957
957958### ` container system stop `
You can’t perform that action at this time.
0 commit comments