lxc-execute --version (return code: 0)
2.1.0
lxc-execute --help (return code: 0)
Usage: lxc-execute --name=NAME -- COMMAND
lxc-execute creates a container with the identifier NAME
and execs COMMAND into this container.
Options :
-n, --name=NAME NAME of the container
-f, --rcfile=FILE Load configuration file FILE
-s, --define KEY=VAL Assign VAL to configuration variable KEY
-u, --uid=UID Execute COMMAND with UID inside the container
-g, --gid=GID Execute COMMAND with GID inside the container
Common options :
-o, --logfile=FILE Output log to FILE instead of stderr
-l, --logpriority=LEVEL Set log priority to LEVEL
-q, --quiet Don't produce any output
-P, --lxcpath=PATH Use specified container path
-?, --help Give this help list
--usage Give a short usage message
--version Print the version number
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
See the lxc-execute man page for further information.