autopkgtest-virt-lxc -V (return code: 2)
usage: autopkgtest-virt-lxc [-h] [-d] [-e] [-s] [--name NAME] template ...
autopkgtest-virt-lxc: error: the following arguments are required: template, lxcargs
autopkgtest-virt-lxc --help (return code: 0)
usage: autopkgtest-virt-lxc [-h] [-d] [-e] [-s] [--name NAME] template ...
positional arguments:
template LXC container name that will be used as a template
lxcargs Additional arguments to pass to lxc-start
optional arguments:
-h, --help show this help message and exit
-d, --debug Enable debugging output
-e, --ephemeral Use ephemeral overlays instead of cloning (much faster, but
does not support reboot and might cause errors in some
corner cases)
-s, --sudo Run lxc-* commands with sudo; use if you run autopkgtest as
normal user
--name NAME container name (autopkgtest-lxc-XXXXXX by default)