Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new page: Vagrant Usage #461

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions tools/vagrant/about.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tools/vagrant/vagrant-atlas.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Downloading Vagrant images from Atlas
subsection: vagrant
order: 6
order: 7
---

# Downloading Vagrant images from Atlas
2 changes: 1 addition & 1 deletion tools/vagrant/vagrant-docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Vagrant with Docker provider
subsection: vagrant
order: 4
order: 5
---

# Vagrant with Docker support installation
2 changes: 1 addition & 1 deletion tools/vagrant/vagrant-libvirt.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Vagrant with libvirt provider
subsection: vagrant
order: 2
order: 3
---

# Vagrant with libvirt support installation
2 changes: 1 addition & 1 deletion tools/vagrant/vagrant-nfs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Synced folders with NFS
subsection: vagrant
order: 7
order: 8
---

# Synced folders with NFS
2 changes: 1 addition & 1 deletion tools/vagrant/vagrant-plugins.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Vagrant plugins
subsection: vagrant
order: 5
order: 6
---

# Vagrant plugins
2 changes: 1 addition & 1 deletion tools/vagrant/vagrant-sshfs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Synced folders with SSHFS
subsection: vagrant
order: 8
order: 9
---

# Synced folders with SSHFS
9 changes: 9 additions & 0 deletions tools/vagrant/vagrant-usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Vagrant usage
subsection: vagrant
order: 2
---

# Using Vagrant to provision VMs

## **WIP**
2 changes: 1 addition & 1 deletion tools/vagrant/vagrant-virtualbox.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Vagrant with VirtualBox provider
subsection: vagrant
order: 3
order: 4
---

# Vagrant with VirtualBox support installation