Vagrantの仮想マシンの状態を確認する
Vagrantで管理している仮想マシンの状態を確認するには、vagrant statusとvagrant global-statusを使います。 vagrant statusは現在いるディレクトリに対応する仮想マシンの状態を表示します。
code:status.log
$ vagrant status
Current machine states:
default poweroff (virtualbox)
The VM is powered off. To restart the VM, simply run vagrant up
vagrant global-statusは、現在いるディレクトリにかかわらず、すべての仮想マシンの状態を表示します。たくさん仮想マシンを作って何がどこにあるかわからなくなってきたときに便利です。
code:global-status.log
$ vagrant global-status
id name provider state directory
-----------------------------------------------------------------------------------
2061b6e default virtualbox poweroff D:/Dropbox/takahiro/Documents/study/PPP3/work