kazuph / my-packer-template-files

my packer template files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-packer-template-files

my packer template files

install packer for mac

brew tap homebrew/binary
brew install packer

make box image

$ cd my-packer-template-files/centos6.5
$ packer build -only=virtualbox-iso template.json

packer fix

$ packer fix template.json > new.json
$ mv new.json template.json

vagrant box add

vagrant box add centos6.5 packer_virtualbox_virtualbox.box

About

my packer template files

License:MIT License


Languages

Language:Shell 100.0%