This repository contains my personal Packer templates, which are used to build various images (e.g. Vagrant Images) across my projects. ( Read More ).
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
- About - Basic project information.
- Usage - Information about using my Vagrant boxes
- Building - Information about building these Packer Templates.
- Contributing - How to contribute to this repo.
- See LICENSE.md