Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
custom_box.md: added link to full docs for vagrant box command
Browse files Browse the repository at this point in the history
  • Loading branch information
dixhuit committed Sep 18, 2015
1 parent 5c8d546 commit c71e278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usage/custom_box.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ The following describes how to setup the Vagrant box so that it can be used inst
- Now run `vagrant up` to boot and provision your virtual machine using the custom box as a starting point. Vlad will still run the Ansible provisioning step but this will be mainly to verify the configuration.

Once you have your custom base box you can give it to other members of your team. They'll need to run the `vagrant box add name_of_box /path/to/package.box` command but once done they will have the same setup as you and will be able to start working once they have launched the box. Although the provisioning step does run when the box launches it will only verify the configuration and as such will only take a fraction of the time than a normal Vlad provisioning run takes.

Full Vagrant documentation for the `vagrant box` command can be found [here](https://docs.vagrantup.com/v2/cli/box.html).

0 comments on commit c71e278

Please sign in to comment.