Removing list of vms in vagrant cache

后端 未结 5 1941
梦谈多话
梦谈多话 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:30

    I used

    vagrant global-status --prune
    vagrant box remove -f [name]
    

    Also I removed

    ~/.vagrant, ~/.vagrant.d and .vagrant. 
    

    And manually removed lingering VMs if exists.

提交回复
热议问题