Vagrant用法参数详细说明,Vagrant常用命令一览表,Vagrant最全使用文档, 使用手册。

The very basics

vagrant init hashicorp/precise32  # or whatever - not needed if Vagrantfile
vagrant up
vagrant ssh
vagrant destroy