]> git.proxmox.com Git - pve-docs.git/blobdiff - pct.1-synopsis.adoc
qm: improve auto start/stop section
[pve-docs.git] / pct.1-synopsis.adoc
index a3997d26524cf233bc4d841feabc49938efa5164..0fea00326f57dd5d4e5fb8296ce8925dbf8922bf 100644 (file)
@@ -1,6 +1,6 @@
 *pct* `<COMMAND> [ARGS] [OPTIONS]`
 
-*pct clone* `<vmid> <newid> -experimental <boolean>` `[OPTIONS]`
+*pct clone* `<vmid> <newid> --experimental <boolean>` `[OPTIONS]`
 
 Create a container clone/copy
 
@@ -12,31 +12,31 @@ The (unique) ID of the VM.
 
 VMID for the clone.
 
-`-description` `<string>` ::
+`--description` `<string>` ::
 
 Description for the new CT.
 
-`-experimental` `<boolean>` ('default =' `0`)::
+`--experimental` `<boolean>` ('default =' `0`)::
 
 The clone feature is experimental, set this flag if you know what you are doing.
 
-`-full` `<boolean>` ('default =' `0`)::
+`--full` `<boolean>` ('default =' `0`)::
 
 Create a full copy of all disk. This is always done when you clone a normal CT. For CT templates, we try to create a linked clone by default.
 
-`-hostname` `<string>` ::
+`--hostname` `<string>` ::
 
 Set a hostname for the new CT.
 
-`-pool` `<string>` ::
+`--pool` `<string>` ::
 
 Add the new CT to the specified pool.
 
-`-snapname` `<string>` ::
+`--snapname` `<string>` ::
 
 The name of the snapshot.
 
-`-storage` `<string>` ::
+`--storage` `<string>` ::
 
 Target storage for full clone.
 +
@@ -85,131 +85,131 @@ The (unique) ID of the VM.
 
 The OS template or backup file.
 
-`-arch` `<amd64 | i386>` ('default =' `amd64`)::
+`--arch` `<amd64 | i386>` ('default =' `amd64`)::
 
 OS architecture type.
 
-`-cmode` `<console | shell | tty>` ('default =' `tty`)::
+`--cmode` `<console | shell | tty>` ('default =' `tty`)::
 
 Console mode. By default, the console command tries to open a connection to one of the available tty devices. By setting cmode to 'console' it tries to attach to /dev/console instead. If you set cmode to 'shell', it simply invokes a shell inside the container (no login).
 
-`-console` `<boolean>` ('default =' `1`)::
+`--console` `<boolean>` ('default =' `1`)::
 
 Attach a console device (/dev/console) to the container.
 
-`-cores` `<integer> (1 - 128)` ::
+`--cores` `<integer> (1 - 128)` ::
 
 The number of cores assigned to the container. A container can use all available cores by default.
 
-`-cpulimit` `<number> (0 - 128)` ('default =' `0`)::
+`--cpulimit` `<number> (0 - 128)` ('default =' `0`)::
 
 Limit of CPU usage.
 +
 NOTE: If the computer has 2 CPUs, it has a total of '2' CPU time. Value '0' indicates no CPU limit.
 
-`-cpuunits` `<integer> (0 - 500000)` ('default =' `1024`)::
+`--cpuunits` `<integer> (0 - 500000)` ('default =' `1024`)::
 
 CPU weight for a VM. Argument is used in the kernel fair scheduler. The larger the number is, the more CPU time this VM gets. Number is relative to the weights of all the other running VMs.
 +
 NOTE: You can disable fair-scheduler configuration by setting this to 0.
 
-`-description` `<string>` ::
+`--description` `<string>` ::
 
 Container description. Only used on the configuration web interface.
 
-`-force` `<boolean>` ::
+`--force` `<boolean>` ::
 
 Allow to overwrite existing container.
 
-`-hostname` `<string>` ::
+`--hostname` `<string>` ::
 
 Set a host name for the container.
 
-`-ignore-unpack-errors` `<boolean>` ::
+`--ignore-unpack-errors` `<boolean>` ::
 
 Ignore errors when extracting the template.
 
-`-lock` `<backup | migrate | rollback | snapshot>` ::
+`--lock` `<backup | migrate | rollback | snapshot>` ::
 
 Lock/unlock the VM.
 
-`-memory` `<integer> (16 - N)` ('default =' `512`)::
+`--memory` `<integer> (16 - N)` ('default =' `512`)::
 
 Amount of RAM for the VM in MB.
 
-`-mp[n]` `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
+`--mp[n]` `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
 
 Use volume as container mount point.
 
-`-nameserver` `<string>` ::
+`--nameserver` `<string>` ::
 
 Sets DNS server IP address for a container. Create will automatically use the setting from the host if you neither set searchdomain nor nameserver.
 
-`-net[n]` `name=<string> [,bridge=<bridge>] [,firewall=<1|0>] [,gw=<GatewayIPv4>] [,gw6=<GatewayIPv6>] [,hwaddr=<XX:XX:XX:XX:XX:XX>] [,ip=<IPv4Format/CIDR>] [,ip6=<IPv6Format/CIDR>] [,mtu=<integer>] [,rate=<mbps>] [,tag=<integer>] [,trunks=<vlanid[;vlanid...]>] [,type=<veth>]` ::
+`--net[n]` `name=<string> [,bridge=<bridge>] [,firewall=<1|0>] [,gw=<GatewayIPv4>] [,gw6=<GatewayIPv6>] [,hwaddr=<XX:XX:XX:XX:XX:XX>] [,ip=<(IPv4/CIDR|dhcp|manual)>] [,ip6=<(IPv6/CIDR|auto|dhcp|manual)>] [,mtu=<integer>] [,rate=<mbps>] [,tag=<integer>] [,trunks=<vlanid[;vlanid...]>] [,type=<veth>]` ::
 
 Specifies network interfaces for the container.
 
-`-onboot` `<boolean>` ('default =' `0`)::
+`--onboot` `<boolean>` ('default =' `0`)::
 
 Specifies whether a VM will be started during system bootup.
 
-`-ostype` `<alpine | archlinux | centos | debian | fedora | gentoo | opensuse | ubuntu | unmanaged>` ::
+`--ostype` `<alpine | archlinux | centos | debian | fedora | gentoo | opensuse | ubuntu | unmanaged>` ::
 
 OS type. This is used to setup configuration inside the container, and corresponds to lxc setup scripts in /usr/share/lxc/config/<ostype>.common.conf. Value 'unmanaged' can be used to skip and OS specific setup.
 
-`-password` ::
+`--password` ::
 
 Sets root password inside container.
 
-`-pool` `<string>` ::
+`--pool` `<string>` ::
 
 Add the VM to the specified pool.
 
-`-protection` `<boolean>` ('default =' `0`)::
+`--protection` `<boolean>` ('default =' `0`)::
 
 Sets the protection flag of the container. This will prevent the CT or CT's disk remove/update operation.
 
-`-restore` `<boolean>` ::
+`--restore` `<boolean>` ::
 
 Mark this as restore task.
 
-`-rootfs` `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
+`--rootfs` `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
 
 Use volume as container root.
 
-`-searchdomain` `<string>` ::
+`--searchdomain` `<string>` ::
 
 Sets DNS search domains for a container. Create will automatically use the setting from the host if you neither set searchdomain nor nameserver.
 
-`-ssh-public-keys` `<string>` ::
+`--ssh-public-keys` `<filepath>` ::
 
 Setup public SSH keys (one key per line, OpenSSH format).
 
-`-startup` `[[order=]\d+] [,up=\d+] [,down=\d+] ` ::
+`--startup` `[[order=]\d+] [,up=\d+] [,down=\d+] ` ::
 
 Startup and shutdown behavior. Order is a non-negative number defining the general startup order. Shutdown in done with reverse ordering. Additionally you can set the 'up' or 'down' delay in seconds, which specifies a delay to wait before the next VM is started or stopped.
 
-`-storage` `<string>` ('default =' `local`)::
+`--storage` `<string>` ('default =' `local`)::
 
 Default Storage.
 
-`-swap` `<integer> (0 - N)` ('default =' `512`)::
+`--swap` `<integer> (0 - N)` ('default =' `512`)::
 
 Amount of SWAP for the VM in MB.
 
-`-template` `<boolean>` ('default =' `0`)::
+`--template` `<boolean>` ('default =' `0`)::
 
 Enable/disable Template.
 
-`-tty` `<integer> (0 - 6)` ('default =' `2`)::
+`--tty` `<integer> (0 - 6)` ('default =' `2`)::
 
 Specify the number of tty available to the container
 
-`-unprivileged` `<boolean>` ('default =' `0`)::
+`--unprivileged` `<boolean>` ('default =' `0`)::
 
 Makes the container run as unprivileged user. (Should not be modified manually.)
 
-`-unused[n]` `<string>` ::
+`--unused[n]` `<string>` ::
 
 Reference to unused volumes. This is used internally, and should not be modified manually.
 
@@ -228,7 +228,7 @@ The (unique) ID of the VM.
 
 The name of the snapshot.
 
-`-force` `<boolean>` ::
+`--force` `<boolean>` ::
 
 For removal from config file, even if removing disk snapshots fails.
 
@@ -288,11 +288,11 @@ Run a filesystem check (fsck) on a container volume.
 
 The (unique) ID of the VM.
 
-`-device` `<mp0 | mp1 | mp2 | mp3 | mp4 | mp5 | mp6 | mp7 | mp8 | mp9 | rootfs>` ::
+`--device` `<mp0 | mp1 | mp2 | mp3 | mp4 | mp5 | mp6 | mp7 | mp8 | mp9 | rootfs>` ::
 
 A volume on which to run the filesystem check
 
-`-force` `<boolean>` ('default =' `0`)::
+`--force` `<boolean>` ('default =' `0`)::
 
 Force checking, even if the filesystem seems clean
 
@@ -307,7 +307,7 @@ Get help about specified command.
 
 Command name
 
-`-verbose` `<boolean>` ::
+`--verbose` `<boolean>` ::
 
 Verbose output format.
 
@@ -344,19 +344,19 @@ The (unique) ID of the VM.
 
 Target node.
 
-`-force` `<boolean>` ::
+`--force` `<boolean>` ::
 
 Force migration despite local bind / device mounts. NOTE: deprecated, use 'shared' property of mount point instead.
 
-`-online` `<boolean>` ::
+`--online` `<boolean>` ::
 
 Use online/live migration.
 
-`-restart` `<boolean>` ::
+`--restart` `<boolean>` ::
 
 Use restart migration
 
-`-timeout` `<integer>` ('default =' `180`)::
+`--timeout` `<integer>` ('default =' `180`)::
 
 Timeout in seconds for shutdown for restart migration
 
@@ -391,15 +391,15 @@ Path to a file inside the container to pull.
 
 Destination
 
-`-group` `<string>` ::
+`--group` `<string>` ::
 
 Owner group name or id.
 
-`-perms` `<string>` ::
+`--perms` `<string>` ::
 
 File permissions to use (octal by default, prefix with '0x' for hexadecimal).
 
-`-user` `<string>` ::
+`--user` `<string>` ::
 
 Owner user name or id.
 
@@ -421,15 +421,15 @@ Path to a local file.
 
 Destination inside the container to write to.
 
-`-group` `<string>` ::
+`--group` `<string>` ::
 
 Owner group name or id. When using a name it must exist inside the container.
 
-`-perms` `<string>` ::
+`--perms` `<string>` ::
 
 File permissions to use (octal by default, prefix with '0x' for hexadecimal).
 
-`-user` `<string>` ::
+`--user` `<string>` ::
 
 Owner user name or id. When using a name it must exist inside the container.
 
@@ -452,7 +452,7 @@ The disk you want to resize.
 
 The new size. With the '+' sign the value is added to the actual size of the volume and without it, the value is taken as an absolute one. Shrinking disk size is not supported.
 
-`-digest` `<string>` ::
+`--digest` `<string>` ::
 
 Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
 
@@ -470,127 +470,127 @@ The (unique) ID of the VM.
 
 The OS template or backup file.
 
-`-arch` `<amd64 | i386>` ('default =' `amd64`)::
+`--arch` `<amd64 | i386>` ('default =' `amd64`)::
 
 OS architecture type.
 
-`-cmode` `<console | shell | tty>` ('default =' `tty`)::
+`--cmode` `<console | shell | tty>` ('default =' `tty`)::
 
 Console mode. By default, the console command tries to open a connection to one of the available tty devices. By setting cmode to 'console' it tries to attach to /dev/console instead. If you set cmode to 'shell', it simply invokes a shell inside the container (no login).
 
-`-console` `<boolean>` ('default =' `1`)::
+`--console` `<boolean>` ('default =' `1`)::
 
 Attach a console device (/dev/console) to the container.
 
-`-cores` `<integer> (1 - 128)` ::
+`--cores` `<integer> (1 - 128)` ::
 
 The number of cores assigned to the container. A container can use all available cores by default.
 
-`-cpulimit` `<number> (0 - 128)` ('default =' `0`)::
+`--cpulimit` `<number> (0 - 128)` ('default =' `0`)::
 
 Limit of CPU usage.
 +
 NOTE: If the computer has 2 CPUs, it has a total of '2' CPU time. Value '0' indicates no CPU limit.
 
-`-cpuunits` `<integer> (0 - 500000)` ('default =' `1024`)::
+`--cpuunits` `<integer> (0 - 500000)` ('default =' `1024`)::
 
 CPU weight for a VM. Argument is used in the kernel fair scheduler. The larger the number is, the more CPU time this VM gets. Number is relative to the weights of all the other running VMs.
 +
 NOTE: You can disable fair-scheduler configuration by setting this to 0.
 
-`-description` `<string>` ::
+`--description` `<string>` ::
 
 Container description. Only used on the configuration web interface.
 
-`-force` `<boolean>` ::
+`--force` `<boolean>` ::
 
 Allow to overwrite existing container.
 
-`-hostname` `<string>` ::
+`--hostname` `<string>` ::
 
 Set a host name for the container.
 
-`-ignore-unpack-errors` `<boolean>` ::
+`--ignore-unpack-errors` `<boolean>` ::
 
 Ignore errors when extracting the template.
 
-`-lock` `<backup | migrate | rollback | snapshot>` ::
+`--lock` `<backup | migrate | rollback | snapshot>` ::
 
 Lock/unlock the VM.
 
-`-memory` `<integer> (16 - N)` ('default =' `512`)::
+`--memory` `<integer> (16 - N)` ('default =' `512`)::
 
 Amount of RAM for the VM in MB.
 
-`-mp[n]` `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
+`--mp[n]` `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
 
 Use volume as container mount point.
 
-`-nameserver` `<string>` ::
+`--nameserver` `<string>` ::
 
 Sets DNS server IP address for a container. Create will automatically use the setting from the host if you neither set searchdomain nor nameserver.
 
-`-net[n]` `name=<string> [,bridge=<bridge>] [,firewall=<1|0>] [,gw=<GatewayIPv4>] [,gw6=<GatewayIPv6>] [,hwaddr=<XX:XX:XX:XX:XX:XX>] [,ip=<IPv4Format/CIDR>] [,ip6=<IPv6Format/CIDR>] [,mtu=<integer>] [,rate=<mbps>] [,tag=<integer>] [,trunks=<vlanid[;vlanid...]>] [,type=<veth>]` ::
+`--net[n]` `name=<string> [,bridge=<bridge>] [,firewall=<1|0>] [,gw=<GatewayIPv4>] [,gw6=<GatewayIPv6>] [,hwaddr=<XX:XX:XX:XX:XX:XX>] [,ip=<(IPv4/CIDR|dhcp|manual)>] [,ip6=<(IPv6/CIDR|auto|dhcp|manual)>] [,mtu=<integer>] [,rate=<mbps>] [,tag=<integer>] [,trunks=<vlanid[;vlanid...]>] [,type=<veth>]` ::
 
 Specifies network interfaces for the container.
 
-`-onboot` `<boolean>` ('default =' `0`)::
+`--onboot` `<boolean>` ('default =' `0`)::
 
 Specifies whether a VM will be started during system bootup.
 
-`-ostype` `<alpine | archlinux | centos | debian | fedora | gentoo | opensuse | ubuntu | unmanaged>` ::
+`--ostype` `<alpine | archlinux | centos | debian | fedora | gentoo | opensuse | ubuntu | unmanaged>` ::
 
 OS type. This is used to setup configuration inside the container, and corresponds to lxc setup scripts in /usr/share/lxc/config/<ostype>.common.conf. Value 'unmanaged' can be used to skip and OS specific setup.
 
-`-password` ::
+`--password` ::
 
 Sets root password inside container.
 
-`-pool` `<string>` ::
+`--pool` `<string>` ::
 
 Add the VM to the specified pool.
 
-`-protection` `<boolean>` ('default =' `0`)::
+`--protection` `<boolean>` ('default =' `0`)::
 
 Sets the protection flag of the container. This will prevent the CT or CT's disk remove/update operation.
 
-`-rootfs` `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
+`--rootfs` `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
 
 Use volume as container root.
 
-`-searchdomain` `<string>` ::
+`--searchdomain` `<string>` ::
 
 Sets DNS search domains for a container. Create will automatically use the setting from the host if you neither set searchdomain nor nameserver.
 
-`-ssh-public-keys` `<string>` ::
+`--ssh-public-keys` `<filepath>` ::
 
 Setup public SSH keys (one key per line, OpenSSH format).
 
-`-startup` `[[order=]\d+] [,up=\d+] [,down=\d+] ` ::
+`--startup` `[[order=]\d+] [,up=\d+] [,down=\d+] ` ::
 
 Startup and shutdown behavior. Order is a non-negative number defining the general startup order. Shutdown in done with reverse ordering. Additionally you can set the 'up' or 'down' delay in seconds, which specifies a delay to wait before the next VM is started or stopped.
 
-`-storage` `<string>` ('default =' `local`)::
+`--storage` `<string>` ('default =' `local`)::
 
 Default Storage.
 
-`-swap` `<integer> (0 - N)` ('default =' `512`)::
+`--swap` `<integer> (0 - N)` ('default =' `512`)::
 
 Amount of SWAP for the VM in MB.
 
-`-template` `<boolean>` ('default =' `0`)::
+`--template` `<boolean>` ('default =' `0`)::
 
 Enable/disable Template.
 
-`-tty` `<integer> (0 - 6)` ('default =' `2`)::
+`--tty` `<integer> (0 - 6)` ('default =' `2`)::
 
 Specify the number of tty available to the container
 
-`-unprivileged` `<boolean>` ('default =' `0`)::
+`--unprivileged` `<boolean>` ('default =' `0`)::
 
 Makes the container run as unprivileged user. (Should not be modified manually.)
 
-`-unused[n]` `<string>` ::
+`--unused[n]` `<string>` ::
 
 Reference to unused volumes. This is used internally, and should not be modified manually.
 
@@ -631,111 +631,111 @@ Set container options.
 
 The (unique) ID of the VM.
 
-`-arch` `<amd64 | i386>` ('default =' `amd64`)::
+`--arch` `<amd64 | i386>` ('default =' `amd64`)::
 
 OS architecture type.
 
-`-cmode` `<console | shell | tty>` ('default =' `tty`)::
+`--cmode` `<console | shell | tty>` ('default =' `tty`)::
 
 Console mode. By default, the console command tries to open a connection to one of the available tty devices. By setting cmode to 'console' it tries to attach to /dev/console instead. If you set cmode to 'shell', it simply invokes a shell inside the container (no login).
 
-`-console` `<boolean>` ('default =' `1`)::
+`--console` `<boolean>` ('default =' `1`)::
 
 Attach a console device (/dev/console) to the container.
 
-`-cores` `<integer> (1 - 128)` ::
+`--cores` `<integer> (1 - 128)` ::
 
 The number of cores assigned to the container. A container can use all available cores by default.
 
-`-cpulimit` `<number> (0 - 128)` ('default =' `0`)::
+`--cpulimit` `<number> (0 - 128)` ('default =' `0`)::
 
 Limit of CPU usage.
 +
 NOTE: If the computer has 2 CPUs, it has a total of '2' CPU time. Value '0' indicates no CPU limit.
 
-`-cpuunits` `<integer> (0 - 500000)` ('default =' `1024`)::
+`--cpuunits` `<integer> (0 - 500000)` ('default =' `1024`)::
 
 CPU weight for a VM. Argument is used in the kernel fair scheduler. The larger the number is, the more CPU time this VM gets. Number is relative to the weights of all the other running VMs.
 +
 NOTE: You can disable fair-scheduler configuration by setting this to 0.
 
-`-delete` `<string>` ::
+`--delete` `<string>` ::
 
 A list of settings you want to delete.
 
-`-description` `<string>` ::
+`--description` `<string>` ::
 
 Container description. Only used on the configuration web interface.
 
-`-digest` `<string>` ::
+`--digest` `<string>` ::
 
 Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
 
-`-hostname` `<string>` ::
+`--hostname` `<string>` ::
 
 Set a host name for the container.
 
-`-lock` `<backup | migrate | rollback | snapshot>` ::
+`--lock` `<backup | migrate | rollback | snapshot>` ::
 
 Lock/unlock the VM.
 
-`-memory` `<integer> (16 - N)` ('default =' `512`)::
+`--memory` `<integer> (16 - N)` ('default =' `512`)::
 
 Amount of RAM for the VM in MB.
 
-`-mp[n]` `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
+`--mp[n]` `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
 
 Use volume as container mount point.
 
-`-nameserver` `<string>` ::
+`--nameserver` `<string>` ::
 
 Sets DNS server IP address for a container. Create will automatically use the setting from the host if you neither set searchdomain nor nameserver.
 
-`-net[n]` `name=<string> [,bridge=<bridge>] [,firewall=<1|0>] [,gw=<GatewayIPv4>] [,gw6=<GatewayIPv6>] [,hwaddr=<XX:XX:XX:XX:XX:XX>] [,ip=<IPv4Format/CIDR>] [,ip6=<IPv6Format/CIDR>] [,mtu=<integer>] [,rate=<mbps>] [,tag=<integer>] [,trunks=<vlanid[;vlanid...]>] [,type=<veth>]` ::
+`--net[n]` `name=<string> [,bridge=<bridge>] [,firewall=<1|0>] [,gw=<GatewayIPv4>] [,gw6=<GatewayIPv6>] [,hwaddr=<XX:XX:XX:XX:XX:XX>] [,ip=<(IPv4/CIDR|dhcp|manual)>] [,ip6=<(IPv6/CIDR|auto|dhcp|manual)>] [,mtu=<integer>] [,rate=<mbps>] [,tag=<integer>] [,trunks=<vlanid[;vlanid...]>] [,type=<veth>]` ::
 
 Specifies network interfaces for the container.
 
-`-onboot` `<boolean>` ('default =' `0`)::
+`--onboot` `<boolean>` ('default =' `0`)::
 
 Specifies whether a VM will be started during system bootup.
 
-`-ostype` `<alpine | archlinux | centos | debian | fedora | gentoo | opensuse | ubuntu | unmanaged>` ::
+`--ostype` `<alpine | archlinux | centos | debian | fedora | gentoo | opensuse | ubuntu | unmanaged>` ::
 
 OS type. This is used to setup configuration inside the container, and corresponds to lxc setup scripts in /usr/share/lxc/config/<ostype>.common.conf. Value 'unmanaged' can be used to skip and OS specific setup.
 
-`-protection` `<boolean>` ('default =' `0`)::
+`--protection` `<boolean>` ('default =' `0`)::
 
 Sets the protection flag of the container. This will prevent the CT or CT's disk remove/update operation.
 
-`-rootfs` `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
+`--rootfs` `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
 
 Use volume as container root.
 
-`-searchdomain` `<string>` ::
+`--searchdomain` `<string>` ::
 
 Sets DNS search domains for a container. Create will automatically use the setting from the host if you neither set searchdomain nor nameserver.
 
-`-startup` `[[order=]\d+] [,up=\d+] [,down=\d+] ` ::
+`--startup` `[[order=]\d+] [,up=\d+] [,down=\d+] ` ::
 
 Startup and shutdown behavior. Order is a non-negative number defining the general startup order. Shutdown in done with reverse ordering. Additionally you can set the 'up' or 'down' delay in seconds, which specifies a delay to wait before the next VM is started or stopped.
 
-`-swap` `<integer> (0 - N)` ('default =' `512`)::
+`--swap` `<integer> (0 - N)` ('default =' `512`)::
 
 Amount of SWAP for the VM in MB.
 
-`-template` `<boolean>` ('default =' `0`)::
+`--template` `<boolean>` ('default =' `0`)::
 
 Enable/disable Template.
 
-`-tty` `<integer> (0 - 6)` ('default =' `2`)::
+`--tty` `<integer> (0 - 6)` ('default =' `2`)::
 
 Specify the number of tty available to the container
 
-`-unprivileged` `<boolean>` ('default =' `0`)::
+`--unprivileged` `<boolean>` ('default =' `0`)::
 
 Makes the container run as unprivileged user. (Should not be modified manually.)
 
-`-unused[n]` `<string>` ::
+`--unused[n]` `<string>` ::
 
 Reference to unused volumes. This is used internally, and should not be modified manually.
 
@@ -751,11 +751,11 @@ container, see lxc-stop(1) for details.
 
 The (unique) ID of the VM.
 
-`-forceStop` `<boolean>` ('default =' `0`)::
+`--forceStop` `<boolean>` ('default =' `0`)::
 
 Make sure the Container stops.
 
-`-timeout` `<integer> (0 - N)` ('default =' `60`)::
+`--timeout` `<integer> (0 - N)` ('default =' `60`)::
 
 Wait maximal timeout seconds.
 
@@ -774,7 +774,7 @@ The (unique) ID of the VM.
 
 The name of the snapshot.
 
-`-description` `<string>` ::
+`--description` `<string>` ::
 
 A textual description or comment.
 
@@ -789,7 +789,7 @@ Start the container.
 
 The (unique) ID of the VM.
 
-`-skiplock` `<boolean>` ::
+`--skiplock` `<boolean>` ::
 
 Ignore locks - only root is allowed to use this option.
 
@@ -804,7 +804,7 @@ Show CT status.
 
 The (unique) ID of the VM.
 
-`-verbose` `<boolean>` ::
+`--verbose` `<boolean>` ::
 
 Verbose output format
 
@@ -820,7 +820,7 @@ container.
 
 The (unique) ID of the VM.
 
-`-skiplock` `<boolean>` ::
+`--skiplock` `<boolean>` ::
 
 Ignore locks - only root is allowed to use this option.
 
@@ -837,7 +837,7 @@ The (unique) ID of the VM.
 
 
 
-*pct template* `<vmid> -experimental <boolean>` `[OPTIONS]`
+*pct template* `<vmid> --experimental <boolean>` `[OPTIONS]`
 
 Create a Template.
 
@@ -845,7 +845,7 @@ Create a Template.
 
 The (unique) ID of the VM.
 
-`-experimental` `<boolean>` ('default =' `0`)::
+`--experimental` `<boolean>` ('default =' `0`)::
 
 The template feature is experimental, set this flag if you know what you are doing.