Adding README.md for example_box.

This commit is contained in:
DeeJay 2014-04-08 18:45:12 +05:30
Родитель d965ef91b2
Коммит 8298478c31
2 изменённых файлов: 10 добавлений и 0 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -4,6 +4,7 @@ Gemfile.lock
azure.box
Vagrantfile
!example_box/Vagrantfile
!example_box/README.md
babu
example_box/
*.rdp

9
example_box/README.md Normal file
Просмотреть файл

@ -0,0 +1,9 @@
# Vagrant Azure Example Box
This directory contains the sample contents of a box for `azure` provider. Build this into a box using:
```
C:\> bsdtar -cvzf azure.box metadata.json Vagrantfile
```
You can add any defaults supported by the ```azure``` provider to the `Vagrantfile` in your box and Vagrant's built-in merging system will set them as defaults. Users can override these defaults in their own Vagrantfiles.