我使用的是流浪1.8.1在Windows 10,當試圖清除或破壞盒子,我得到了這些相互矛盾的結果:無法得到乾淨的流浪箱「刪除」或「消滅」
[email protected] /c/repos/hub/vtc/linphone-windows-dependencies
$ vagrant box list
hashicorp/precise64 (virtualbox, 1.1.0)
windows_2012_r2_core (virtualbox, 0)
[email protected] /c/repos/hub/vtc/linphone-windows-dependencies
$ vagrant box remove windows_2012_r2_core
Box 'windows_2012_r2_core' (v0) with provider 'virtualbox' appears
to still be in use by at least one Vagrant environment. Removing
the box could corrupt the environment. We recommend destroying
these environments first:
vagrant-windows-2012-r2-core (ID: 00d3488f41fa40998bfe16ada2ebfd31)
Are you sure you want to remove this box? [y/N] N
[email protected] /c/repos/hub/vtc/linphone-windows-dependencies
$ vagrant destroy windows_2012_r2_core
The machine with the name 'windows_2012_r2_core' was not found configured for
this Vagrant environment.
我已經搜索了一個什麼是「流浪環境」的解釋,但什麼都沒發現。所以我不知道如何「摧毀一個環境」。
即使如此,我預計destroy
命令承認我windows_2012_r2_core
箱的存在,鑑於list
和remove
命令承認它的存在。
這是怎麼回事?我如何幹淨地擺脫這個盒子,沒有警告或錯誤?
不幸的是,這並沒有改變我的行爲看到。 –
'流浪的全球地位'顯示什麼?看起來有一個運行該框的環境正在運行。 –