virtualbox virtual machine add win7

 

One

https://app.vagrantup.com/ download the corresponding vbox package, I was here in win7

https://app.vagrantup.com/daviddou01/boxes/win7-64/versions/0.0.1

Download two ways: 1. 

 vagrant init daviddou01/win7-64  --box-version 0.0.1

 

 Generates vagrantfile, then

vagrant up

 

 

 This approach may be downloaded for several days. (Not recommended)

Add /providers/virtualbox.box, full address back page 2. Address https://app.vagrantup.com/daviddou01/boxes/win7-64/versions/0.0.1/providers/virtualbox.box

Copy link address to the Thunder, download the file size of 5 G, also probably took two days, often interrupted halfway need to manually reconnect

 

two

1 execution

vagrant box add my-box G: \ Thunder download \ db5c1435- 7117 -4ae7-bc43-946bf1c2d45d

(The last parameter is the file storage path and file name)

After the success will be shown in

2 Do

vagrant init my-box

3. Execute the following command will complain directly

 vagrant up

 

 3 is the right way to go directly to the manager to manually add virtual machines virtualBox

 

 Here to go to find and select an existing .vmdk

3.'re done! Vagrant login account, password vagrant

 

 

 

Guess you like

Origin www.cnblogs.com/ignacio/p/11912669.html