Skip to content

jeromemartin/vagrant-attachdisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-newdisk

A Vagrant plugin to attach a disk in VirtualBox or HyperV

Installation

vagrant plugin install vagrant-attachdisk

Usage

Set the path you want for your disk in your Vagrantfile. For example

Vagrant.configure('2') do |config|
  config.vm.box = 'ubuntu/xenial64'
  config.attachdisk.path = "/tmp/your-file.vdi"
end

Limitations

At present only one disk can be added to the first controller.

License

The gem is available as open source under the terms of the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors