48
55

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Vagrantのbox、VirtualBoxのVM、削除/パス

Last updated at Posted at 2014-11-03

boxのパス

~/.vagrant.d/boxes				

boxの削除

$ vagrant box remove [Box名]

VMのパス

~/VirtualBox VMs

VMの削除

Vagranfileのあるディレクトリで

$ vagrant destroy

ファイル容量確認

$ du -s -h ~/.vagrant.d/boxes/*
$ du -s -h ~/VirtualBox\ VMs/*

参考リンク

↓見やすくまとまっていた
Vagrant のコマンドをメモしておく

vagrantのboxとか、vagrantコマンド周りがよくわからなくなった

VagrantでBox追加してvagrant upしてdestroyしてまたvagrant upするとか

48
55
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
48
55

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?