From 733c12aa302cb78b097e955f96317b96af89e6c6 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Tue, 15 Sep 2015 16:21:11 +0200 Subject: [PATCH] improve readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 407f0693b..cce96c847 100644 --- a/README.md +++ b/README.md @@ -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