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

Commit

Permalink
Add Vagrantfile for quick and easy testing of built boxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Oct 29, 2016
1 parent 2aa0e54 commit 373df58
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ If you want to only build a box for one of the supported virtualization platform

$ packer build --only=vmware-iso centos7.json

## Testing built boxes

There's an included Vagrantfile that allows quick testing of the built Vagrant boxes. From this same directory, run one of the following commands after building the boxes:

# For VMware Fusion:
$ vagrant up vmware --provider=vmware_fusion

# For VirtualBox:
$ vagrant up virtualbox --provider=virtualbox

## License

MIT license.
Expand Down

0 comments on commit 373df58

Please sign in to comment.