VAGRANT HALT
Commande : vagrant halt
Usage: vagrant halt [options] [name|id] Options: -f, --force Force shut down (equivalent of pulling power) -h, --help Print this help
Arrêter la machine Vagrant
vagrant halt [options] [name|id]
ex :
$ vagrant halt ==> default: Attempting graceful shutdown of VM... $ vagrant status Current machine states: default poweroff (virtualbox) The VM is powered off. To restart the VM, simply run `vagrant up`