Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Vagrant commands

Anler Hp edited this page May 16, 2014 · 3 revisions
  • vagrant up - Boot and provision the machine.
  • vagrant provision - Provision an already running machine.
  • vagrant reload --provision - Restart and provision the machine.
  • vagrant ssh - ssh into the machine.
  • vagrant suspend - Suspend the machine.
  • vagrant halt - Halt the machine.

A --no-provision flag can be passed to up and reload if you don't want to run provisioners. Likewise, you can pass --provision to force provisioning.

In case of problems run: vagrant destroy && vagrant up.

Clone this wiki locally