We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06194bd commit 258e652Copy full SHA for 258e652
README.md
@@ -252,9 +252,9 @@ Mount an ISO file to the added controller:
252
virtualbox.storage.attach({
253
vm: "machine_name",
254
device_name: "IDE", //optional
255
- port: "ide", //optional
256
- device: "0",
257
- type: "0",
+ port: "0", //optional
+ device: "0", //optional
+ type: "dvddrive", //optional
258
medium: "X:\Folder\containing\the.iso"
259
}, function(){
260
console.log('Image has been mounted!');
0 commit comments