In order to use any of my images, you'll need Vagrant.
- Vagrant (~1.8.5)
I publish all of my Vagrant boxes to the Vagrant Cloud and you are welcomed to use them for your own projects.
Adding one of my boxes to Vagrant
$ vagrant box add vmadman/centos-7.3
Using one of my boxes in a Vagrantfile
Vagrant.configure("2") do |config|
config.vm.box = "vmadman/centos-7.3"
end
- Project Readme - The project's README provides links to all other documentation.