- boxの追加
$ vagrant box add NAME URL
- boxの確認
$ vagrant box list
- boxの削除
$ vagrant box remove NAME PROVIDER
- boxのpackage化
$ vagrant box repackage NAME PROVIDER
- 初期化
$ vagrant init [box-name] [box-url]
- 起動
$ vagrant up
- 状態確認
$ vagrant status
- 停止
$ vagrant halt
- 破棄
$ vagrant destroy
- 仮想マシンにログイン
$ vagrant ssh
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
161