- First of all, I have setted up my whole developing environment on my Mac vagrant environment
- Second, I run
vagrant package
then generated a box named package.box on my Mac stay with theVagrantfile
- Third, I copy the
package.box
to my Windows environment - Running
vagrant init tolerious package.box
command, then I runvagrant up
,but I got this error as follows,
I have checked the vagrant global-status
output, there is a valid id displayed in the list. And I also run the commandvagrant box list
, there is also a valid box added successfully. Anyone has ideas about this error?