*pct* ` [ARGS] [OPTIONS]` *pct clone* ` -experimental ` `[OPTIONS]` Create a container clone/copy `` `integer (1 - N)` :: The (unique) ID of the VM. `` `integer (1 - N)` :: VMID for the clone. `-description` `string` :: Description for the new CT. `-experimental` `boolean` (default=`0`):: The clone feature is experimental, set this flag if you know what you are doing. `-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` :: Set a hostname for the new CT. `-pool` `string` :: Add the new CT to the specified pool. `-snapname` `string` :: The name of the snapshot. `-storage` `string` :: Target storage for full clone. + NOTE: Requires option(s): `full` *pct config* `` Get container configuration. `` `integer (1 - N)` :: The (unique) ID of the VM. *pct console* `` Launch a console for the specified container. `` `integer (1 - N)` :: The (unique) ID of the VM. *pct create* ` ` `[OPTIONS]` Create or restore a container. `` `integer (1 - N)` :: The (unique) ID of the VM. `` `string` :: The OS template or backup file. `-arch` `(amd64 | i386)` (default=`amd64`):: OS architecture type. `-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`):: Attach a console device (/dev/console) to the container. `-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`):: 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` :: Container description. Only used on the configuration web interface. `-force` `boolean` :: Allow to overwrite existing container. `-hostname` `string` :: Set a host name for the container. `-ignore-unpack-errors` `boolean` :: Ignore errors when extracting the template. `-lock` `(backup | migrate | rollback | snapshot)` :: Lock/unlock the VM. `-memory` `integer (16 - N)` (default=`512`):: Amount of RAM for the VM in MB. `-mp[n]` `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=]` :: Use volume as container mount point. `-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= [,bridge=] [,firewall=<1|0>] [,gw=] [,gw6=] [,hwaddr=] [,ip=] [,ip6=] [,mtu=] [,rate=] [,tag=] [,trunks=] [,type=]` :: Specifies network interfaces for the container. `-onboot` `boolean` (default=`0`):: Specifies whether a VM will be started during system bootup. `-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/.common.conf. Value 'unmanaged' can be used to skip and OS specific setup. `-password` :: Sets root password inside container. `-pool` `string` :: Add the VM to the specified pool. `-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` :: Mark this as restore task. `-rootfs` `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=]` :: Use volume as container root. `-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` `filepath` :: Setup public SSH keys (one key per line, OpenSSH format). `-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`):: Default Storage. `-swap` `integer (0 - N)` (default=`512`):: Amount of SWAP for the VM in MB. `-template` `boolean` (default=`0`):: Enable/disable Template. `-tty` `integer (0 - 6)` (default=`2`):: Specify the number of tty available to the container `-unprivileged` `boolean` (default=`0`):: Makes the container run as unprivileged user. (Should not be modified manually.) `-unused[n]` `string` :: Reference to unused volumes. This is used internally, and should not be modified manually. *pct delsnapshot* ` ` `[OPTIONS]` Delete a LXC snapshot. `` `integer (1 - N)` :: The (unique) ID of the VM. `` `string` :: The name of the snapshot. `-force` `boolean` :: For removal from config file, even if removing disk snapshots fails. *pct destroy* `` Destroy the container (also delete all uses files). `` `integer (1 - N)` :: The (unique) ID of the VM. *pct enter* `` Launch a shell for the specified container. `` `integer (1 - N)` :: The (unique) ID of the VM. *pct exec* ` []` Launch a command inside the specified container. `` `integer (1 - N)` :: The (unique) ID of the VM. `` `array` :: Extra arguments as array *pct fsck* `` `[OPTIONS]` Run a filesystem check (fsck) on a container volume. `` `integer (1 - N)` :: The (unique) ID of the VM. `-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 checking, even if the filesystem seems clean *pct help* `[]` `[OPTIONS]` Get help about specified command. `` `string` :: Command name `-verbose` `boolean` :: Verbose output format. *pct list* LXC container index (per node). *pct listsnapshot* `` List all snapshots. `` `integer (1 - N)` :: The (unique) ID of the VM. *pct migrate* ` ` `[OPTIONS]` Migrate the container to another node. Creates a new migration task. `` `integer (1 - N)` :: The (unique) ID of the VM. `` `string` :: Target node. `-force` `boolean` :: Force migration despite local bind / device mounts. WARNING: identical bind / device mounts need to be available on the target node. `-online` `boolean` :: Use online/live migration. *pct mount* `` Mount the container's filesystem on the host. This will hold a lock on the container and is meant for emergency maintenance only as it will prevent further operations on the container other than start and stop. `` `integer (1 - N)` :: The (unique) ID of the VM. *pct pull* ` ` `[OPTIONS]` Copy a file from the container to the local system. `` `integer (1 - N)` :: The (unique) ID of the VM. `` `string` :: Path to a file inside the container to pull. `` `string` :: Destination `-group` `string` :: Owner group name or id. `-perms` `string` :: File permissions to use (octal by default, prefix with '0x' for hexadecimal). `-user` `string` :: Owner user name or id. *pct push* ` ` `[OPTIONS]` Copy a local file to the container. `` `integer (1 - N)` :: The (unique) ID of the VM. `` `string` :: Path to a local file. `` `string` :: Destination inside the container to write to. `-group` `string` :: Owner group name or id. When using a name it must exist inside the container. `-perms` `string` :: File permissions to use (octal by default, prefix with '0x' for hexadecimal). `-user` `string` :: Owner user name or id. When using a name it must exist inside the container. *pct resize* ` ` `[OPTIONS]` Resize a container mountpoint. `` `integer (1 - N)` :: The (unique) ID of the VM. `` `(mp0 | mp1 | mp2 | mp3 | mp4 | mp5 | mp6 | mp7 | mp8 | mp9 | rootfs)` :: The disk you want to resize. `` `\+?\d+(\.\d+)?[KMGT]?` :: 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` :: Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications. *pct restore* ` ` `[OPTIONS]` Create or restore a container. `` `integer (1 - N)` :: The (unique) ID of the VM. `` `string` :: The OS template or backup file. `-arch` `(amd64 | i386)` (default=`amd64`):: OS architecture type. `-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`):: Attach a console device (/dev/console) to the container. `-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`):: 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` :: Container description. Only used on the configuration web interface. `-force` `boolean` :: Allow to overwrite existing container. `-hostname` `string` :: Set a host name for the container. `-ignore-unpack-errors` `boolean` :: Ignore errors when extracting the template. `-lock` `(backup | migrate | rollback | snapshot)` :: Lock/unlock the VM. `-memory` `integer (16 - N)` (default=`512`):: Amount of RAM for the VM in MB. `-mp[n]` `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=]` :: Use volume as container mount point. `-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= [,bridge=] [,firewall=<1|0>] [,gw=] [,gw6=] [,hwaddr=] [,ip=] [,ip6=] [,mtu=] [,rate=] [,tag=] [,trunks=] [,type=]` :: Specifies network interfaces for the container. `-onboot` `boolean` (default=`0`):: Specifies whether a VM will be started during system bootup. `-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/.common.conf. Value 'unmanaged' can be used to skip and OS specific setup. `-password` :: Sets root password inside container. `-pool` `string` :: Add the VM to the specified pool. `-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=] [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=]` :: Use volume as container root. `-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` `filepath` :: Setup public SSH keys (one key per line, OpenSSH format). `-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`):: Default Storage. `-swap` `integer (0 - N)` (default=`512`):: Amount of SWAP for the VM in MB. `-template` `boolean` (default=`0`):: Enable/disable Template. `-tty` `integer (0 - 6)` (default=`2`):: Specify the number of tty available to the container `-unprivileged` `boolean` (default=`0`):: Makes the container run as unprivileged user. (Should not be modified manually.) `-unused[n]` `string` :: Reference to unused volumes. This is used internally, and should not be modified manually. *pct resume* `` Resume the container. `` `integer (1 - N)` :: The (unique) ID of the VM. *pct rollback* ` ` Rollback LXC state to specified snapshot. `` `integer (1 - N)` :: The (unique) ID of the VM. `` `string` :: The name of the snapshot. *pct set* `` `[OPTIONS]` Set container options. `` `integer (1 - N)` :: The (unique) ID of the VM. `-arch` `(amd64 | i386)` (default=`amd64`):: OS architecture type. `-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`):: Attach a console device (/dev/console) to the container. `-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`):: 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` :: A list of settings you want to delete. `-description` `string` :: Container description. Only used on the configuration web interface. `-digest` `string` :: Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications. `-hostname` `string` :: Set a host name for the container. `-lock` `(backup | migrate | rollback | snapshot)` :: Lock/unlock the VM. `-memory` `integer (16 - N)` (default=`512`):: Amount of RAM for the VM in MB. `-mp[n]` `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=]` :: Use volume as container mount point. `-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= [,bridge=] [,firewall=<1|0>] [,gw=] [,gw6=] [,hwaddr=] [,ip=] [,ip6=] [,mtu=] [,rate=] [,tag=] [,trunks=] [,type=]` :: Specifies network interfaces for the container. `-onboot` `boolean` (default=`0`):: Specifies whether a VM will be started during system bootup. `-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/.common.conf. Value 'unmanaged' can be used to skip and OS specific setup. `-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=] [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=]` :: Use volume as container root. `-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 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`):: Amount of SWAP for the VM in MB. `-template` `boolean` (default=`0`):: Enable/disable Template. `-tty` `integer (0 - 6)` (default=`2`):: Specify the number of tty available to the container `-unprivileged` `boolean` (default=`0`):: Makes the container run as unprivileged user. (Should not be modified manually.) `-unused[n]` `string` :: Reference to unused volumes. This is used internally, and should not be modified manually. *pct shutdown* `` `[OPTIONS]` Shutdown the container. This will trigger a clean shutdown of the container, see lxc-stop(1) for details. `` `integer (1 - N)` :: The (unique) ID of the VM. `-forceStop` `boolean` (default=`0`):: Make sure the Container stops. `-timeout` `integer (0 - N)` (default=`60`):: Wait maximal timeout seconds. *pct snapshot* ` ` `[OPTIONS]` Snapshot a container. `` `integer (1 - N)` :: The (unique) ID of the VM. `` `string` :: The name of the snapshot. `-description` `string` :: A textual description or comment. *pct start* `` `[OPTIONS]` Start the container. `` `integer (1 - N)` :: The (unique) ID of the VM. `-skiplock` `boolean` :: Ignore locks - only root is allowed to use this option. *pct stop* `` `[OPTIONS]` Stop the container. This will abruptly stop all processes running in the container. `` `integer (1 - N)` :: The (unique) ID of the VM. `-skiplock` `boolean` :: Ignore locks - only root is allowed to use this option. *pct suspend* `` Suspend the container. `` `integer (1 - N)` :: The (unique) ID of the VM. *pct template* ` -experimental ` `[OPTIONS]` Create a Template. `` `integer (1 - N)` :: The (unique) ID of the VM. `-experimental` `boolean` (default=`0`):: The template feature is experimental, set this flag if you know what you are doing. *pct unlock* `` Unlock the VM. `` `integer (1 - N)` :: The (unique) ID of the VM. *pct unmount* `` Unmount the container's filesystem. `` `integer (1 - N)` :: The (unique) ID of the VM.