Skip to content

Commit

Permalink
Add vagrant destroy command to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
storax committed Aug 3, 2015
1 parent 2b2a7de commit 05ae59b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,23 @@ Additional vagrant commands

SSH to the box::

vagrant ssh
$ vagrant ssh

Re-provision the box to apply the changes you made to the Ansible configuration::

vagrant provision
$ vagrant provision

Reboot the box::

vagrant reload
$ vagrant reload

Shut the box down::

vagrant halt
$ vagrant halt

Start fresh/clean up::

$ vagrant destroy

.. _Graylog: https://www.graylog.org/
.. _VirtualBox: https://virtualbox.org/
Expand Down

0 comments on commit 05ae59b

Please sign in to comment.