Merge pull request #17 from chef/readme

improve readme
This commit is contained in:
Dominik Richter 2015-09-15 16:24:39 +02:00
commit 491378b73b

View file

@ -56,10 +56,10 @@ vulcano exec test.rb
vulcano exec test.rb -t ssh://user@hostname
# run test on remote windows host on WinRM
vulcano exec test.rb -t winrm://Administrator@windowshost
vulcano exec test.rb -t winrm://Administrator@windowshost --password 'your-password'
# run test on docker container
vulcano exec test.rb -t docker://image_id
vulcano exec test.rb -t docker://container_id
```
## Custom resources