Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

adt-virt-lxc

adt-virt-lxc -V (return code: 2)

usage: adt-virt-lxc [-h] [-d] [-e] [-s] [--name NAME] template ...
adt-virt-lxc: error: the following arguments are required: template, lxcargs
adt-virt-lxc --help (return code: 0)

usage: adt-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)

Comments

Popular posts from this blog

Oracle DBMS SCHEDULER Examples

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

How to Enable/Disable autovacuum on PostgreSQL