README.md in kitchen-docker-0.4.0 vs README.md in kitchen-docker-0.5.0

- old
+ new

@@ -65,10 +65,32 @@ the installed version and the desired version match. * `false` or `nil` - no chef is installed. The default value is `true`. +### provision\_command + +Custom command(s) to be run when provisioning the base for the suite containers. + +Examples: + +``` + provision_command: "curl -L https://www.opscode.com/chef/install.sh | sudo bash" +``` + +``` + provision_command: + - "apt-get install dnsutils" + - "apt-get install telnet" +``` + +``` +driver_config: + provision_command: "curl -L https://www.opscode.com/chef/install.sh | sudo bash" + require_chef_omnibus: false +``` + ### remove\_images This determines if images are automatically removed when the suite container is destroyed. @@ -85,10 +107,10 @@ Sets the cpu shares (relative weight). If not set, it defaults to dockers default settings. You can read more about cpu.shares [here][cpu_shares]. ### volume -Adds a data volume to your container. +Adds a data volume(s) to your container. Examples: ``` volume: /ftp