README.md in kitchen-vz-0.1.3 vs README.md in kitchen-vz-0.1.4
- old
+ new
@@ -36,9 +36,10 @@
|:arch|Container architecture. This attribute shows how architecture container will be created.|'x86_64'|
|:network|Hash with network configuration. See section Network configuration.|'Bridged' => {dhcp: true}|
|:customize|Hash with container settings. It may contain :memory, :disk and :cpus options.|memory: '512M', disk: '10G', cpus: 2|
|:private_key|Path to private key. This key pair used by the kitchen to login into container.|.kitchen/kitchen_id_rsa|
|:public_key|Path to public key. This key pair used by the kitchen to login into container.|.kitchen/kitchen_id_rsa.pub|
+|:use_agent_forwarding| Set agent forwarding option into container.|'False'|
|:ostemplate|Virtuozzo template which will be used for container creating.||
|:use_sudo|It shows will sudo be used or not.|true|
|:additional_options|Array with `prlctl set` options, which will be pass as is. Example: ["--features nfs:on"]|[]|
|:ct_hostname|Container hostname.|It is formed from platform name and suite name.|