diff --git a/tools/vagrant/about.md b/tools/vagrant/about.md index 18c2d8cc..60080c00 100644 --- a/tools/vagrant/about.md +++ b/tools/vagrant/about.md @@ -19,6 +19,15 @@ Vagrant works on top of some virtualization or containerization technology. To i - [Vagrant with VirtualBox](/tools/vagrant/vagrant-virtualbox.html) - [Vagrant with Docker](/tools/vagrant/vagrant-docker.html) +## Usage + + $ cd new_folder + $ vagrant init + $ nano Vagrantfile + $ vagrant up + +Please see our [Usage page](/tools/vagrant/vagrant-usage.html) for details. + ## Plugins Vagrant can be extended by plenty of plugins, some of them are even packaged in diff --git a/tools/vagrant/vagrant-atlas.md b/tools/vagrant/vagrant-atlas.md index 36a75331..e8ba0f4e 100644 --- a/tools/vagrant/vagrant-atlas.md +++ b/tools/vagrant/vagrant-atlas.md @@ -1,7 +1,7 @@ --- title: Downloading Vagrant images from Atlas subsection: vagrant -order: 6 +order: 7 --- # Downloading Vagrant images from Atlas diff --git a/tools/vagrant/vagrant-docker.md b/tools/vagrant/vagrant-docker.md index 171cf962..87366f44 100644 --- a/tools/vagrant/vagrant-docker.md +++ b/tools/vagrant/vagrant-docker.md @@ -1,7 +1,7 @@ --- title: Vagrant with Docker provider subsection: vagrant -order: 4 +order: 5 --- # Vagrant with Docker support installation diff --git a/tools/vagrant/vagrant-libvirt.md b/tools/vagrant/vagrant-libvirt.md index e7d11b4c..787af10c 100644 --- a/tools/vagrant/vagrant-libvirt.md +++ b/tools/vagrant/vagrant-libvirt.md @@ -1,7 +1,7 @@ --- title: Vagrant with libvirt provider subsection: vagrant -order: 2 +order: 3 --- # Vagrant with libvirt support installation diff --git a/tools/vagrant/vagrant-nfs.md b/tools/vagrant/vagrant-nfs.md index c2721ace..88e2e798 100644 --- a/tools/vagrant/vagrant-nfs.md +++ b/tools/vagrant/vagrant-nfs.md @@ -1,7 +1,7 @@ --- title: Synced folders with NFS subsection: vagrant -order: 7 +order: 8 --- # Synced folders with NFS diff --git a/tools/vagrant/vagrant-plugins.md b/tools/vagrant/vagrant-plugins.md index e03fabda..d287f5d3 100644 --- a/tools/vagrant/vagrant-plugins.md +++ b/tools/vagrant/vagrant-plugins.md @@ -1,7 +1,7 @@ --- title: Vagrant plugins subsection: vagrant -order: 5 +order: 6 --- # Vagrant plugins diff --git a/tools/vagrant/vagrant-sshfs.md b/tools/vagrant/vagrant-sshfs.md index 887f1db6..05626396 100644 --- a/tools/vagrant/vagrant-sshfs.md +++ b/tools/vagrant/vagrant-sshfs.md @@ -1,7 +1,7 @@ --- title: Synced folders with SSHFS subsection: vagrant -order: 8 +order: 9 --- # Synced folders with SSHFS diff --git a/tools/vagrant/vagrant-usage.md b/tools/vagrant/vagrant-usage.md new file mode 100644 index 00000000..c2ce9aa9 --- /dev/null +++ b/tools/vagrant/vagrant-usage.md @@ -0,0 +1,9 @@ +--- +title: Vagrant usage +subsection: vagrant +order: 2 +--- + +# Using Vagrant to provision VMs + +## **WIP** diff --git a/tools/vagrant/vagrant-virtualbox.md b/tools/vagrant/vagrant-virtualbox.md index 9cad639a..9c3bd0cb 100644 --- a/tools/vagrant/vagrant-virtualbox.md +++ b/tools/vagrant/vagrant-virtualbox.md @@ -1,7 +1,7 @@ --- title: Vagrant with VirtualBox provider subsection: vagrant -order: 3 +order: 4 --- # Vagrant with VirtualBox support installation