Remove duplicate content from posts
This commit is contained in:
parent
4f281e4b88
commit
c5b6d51e37
37 changed files with 13 additions and 102 deletions
|
@ -10,8 +10,6 @@ use: [posts]
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
[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:
|
||||
|
||||
Command | Description
|
||||
:-|:-
|
||||
vagrant init {box} | Initialise a new VM in the current working directory. Specify a box name, or "base" will be used by default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue