Removing list of vms in vagrant cache

后端 未结 5 1875
梦谈多话
梦谈多话 2021-01-29 20:47

I\'m not looking for this answer, because my question is different.

When I type vagrant global-status I get a list of vms, but some of those directories and

5条回答
  •  一整个雨季
    2021-01-29 21:27

    --prune didn't work for me. I removed ~/.vagrant, ~/.vagrant.d and .vagrant. And manually removed lingering VMs.

    I migrated back gems and boxes from original ~/.vagrant.d. Perhaps one can try only removing machine from .vagrant but I didn't test that.

提交回复
热议问题