Spaces
This commit is contained in:
parent
1f815ba7bc
commit
eb3dbc40bb
116 changed files with 1123 additions and 1123 deletions
|
@ -3,7 +3,7 @@ title: Useful Vagrant Commands
|
|||
nav: blog
|
||||
description: Here are the basic commands that you need to adminster a virtual machine using <a href="http://vagrantup.com" title="The Vagrant Home page">Vagrant</a>.
|
||||
tags:
|
||||
- vagrant
|
||||
- vagrant
|
||||
---
|
||||
[Vagrant](http://www.vagrantup.com "About Vagrant") is a tool for managing virtual machines within [VirtualBox](https://www.virtualbox.org) from the command line. Here are some useful commands to know when using Vagrant:
|
||||
|
||||
|
@ -18,4 +18,4 @@ vagrant suspend | Suspend the Vagrant box. Use "vagrant up" to start the box aga
|
|||
vagrant halt (-f) | Halt the Vagrant box. Use -f to forcefully shut down the box without prompting for confirmation.
|
||||
vagrant destroy (-f) | Destroys a Vagrant box. Use -f to forcefully shut down the box without prompting for confirmation.
|
||||
|
||||
The full Vagrant documentation can be found at <http://docs.vagrantup.com/v2/>.
|
||||
The full Vagrant documentation can be found at <http://docs.vagrantup.com/v2/>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue