Removing list of vms in vagrant cache

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

    You should use the following command to remove invalid entries from the global index:

    vagrant global-status --prune
    

提交回复
热议问题