X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=pct.conf.5-opts.adoc;h=09aca49d6c1c55a2b6822c3dfc498c445c81fb1a;hb=HEAD;hp=cf52b5e563c9aee07086476d9b512191891a6766;hpb=4e7f60c22018b712dc9ed021ac0e3c5e47606444;p=pve-docs.git diff --git a/pct.conf.5-opts.adoc b/pct.conf.5-opts.adoc index cf52b5e..20a0a64 100644 --- a/pct.conf.5-opts.adoc +++ b/pct.conf.5-opts.adoc @@ -1,4 +1,4 @@ -`arch`: `` ('default =' `amd64`):: +`arch`: `` ('default =' `amd64`):: OS architecture type. @@ -32,6 +32,26 @@ Try to be more verbose. For now this only enables debug log-level on start. Description for the Container. Shown in the web-interface CT's summary. This is saved as comment inside the configuration file. +`dev[n]`: `[[path=]] [,gid=] [,mode=] [,uid=]` :: + +Device to pass through to the container + +`gid`=` (0 - N)` ;; + +Group ID to be assigned to the device node + +`mode`=`` ;; + +Access mode to be set on the device node + +`path`=`` ;; + +Path to the device to pass through to the container + +`uid`=` (0 - N)` ;; + +User ID to be assigned to the device node + `features`: `[force_rw_sys=<1|0>] [,fuse=<1|0>] [,keyctl=<1|0>] [,mknod=<1|0>] [,mount=] [,nesting=<1|0>]` :: Allow containers access to advanced features. @@ -128,7 +148,7 @@ Volume, device or directory to mount into the container. 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=<(IPv4/CIDR|dhcp|manual)>] [,ip6=<(IPv6/CIDR|auto|dhcp|manual)>] [,mtu=] [,rate=] [,tag=] [,trunks=] [,type=]` :: +`net[n]`: `name= [,bridge=] [,firewall=<1|0>] [,gw=] [,gw6=] [,hwaddr=] [,ip=<(IPv4/CIDR|dhcp|manual)>] [,ip6=<(IPv6/CIDR|auto|dhcp|manual)>] [,link_down=<1|0>] [,mtu=] [,rate=] [,tag=] [,trunks=] [,type=]` :: Specifies network interfaces for the container. @@ -160,7 +180,11 @@ IPv4 address in CIDR format. IPv6 address in CIDR format. -`mtu`=` (64 - N)` ;; +`link_down`=`` ;; + +Whether this interface should be disconnected (like pulling the plug). + +`mtu`=` (64 - 65535)` ;; Maximum transfer unit of the interface. (lxc.network.mtu)