Options (4)
-F, --foregroundbooleanStart a container in the foreground
Example:
sudo lxc-start {{container_name}} {{[-F|--foreground]}}-l, --logprioritybooleanWrite debug logs to a file
Example:
sudo lxc-start {{container_name}} {{[-l|--logpriority]}} DEBUG {{[-o|--logfile]}} {{path/to/logfile}}-o, --logfilebooleanWrite debug logs to a file
Example:
sudo lxc-start {{container_name}} {{[-l|--logpriority]}} DEBUG {{[-o|--logfile]}} {{path/to/logfile}}--helpbooleanDisplay help
Example:
lxc-start {{[-?|--help]}}Examples (6)
Start the lxc service
systemctl start lxc-netWrite debug logs to a file
Display help
lxc-start [-?|--help]made by @shridhargupta | data from tldr-pages