-1

现在我有一个Vagrantfile,我可以通过它启动虚拟机。

vagrant up
[default] VM already created. Booting if it's not already running...

但我想知道它的形象在哪里(物理上)。所在目录Vagrantfile仅包含:

ls -a
.. .git .gitignore .vagrant Vagrantfile

它们显然不是图像文件。

4

1 回答 1

1

From the Vagrant docs:

Downloaded boxes are here:

Linux/Mac

~\.vagrant.d\boxes

Windows

%UserProfile%\.vagrant.d\boxes

The VM disks are here:

Linux/Mac

~\VirtualBox VMs

Windows

%UserProfile%\VirtualBox VMs

于 2013-06-06T15:24:06.970 回答