mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
improve readme
This commit is contained in:
parent
ce27506be6
commit
733c12aa30
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue