LoginSignup
3
4

More than 5 years have passed since last update.

VagrantのBOXアップデート(削除して、新規インストール)

Posted at

1.登録してあるBOXを確認

vagrant box list

2.削除したいBOXを指定して、削除

vagrant box remove [BOX名]

3.削除されていることを確認

vagrant box list

4.各プロジェクトのディレクトリに移動して、仮想環境をターミネートする

vagrant destroy

5.BOXを更新(再取得)

  • Vagrantfileに「config.vm.box_url」が指定されていることが前提
vagrant up
3
4
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
3
4