Skip to content
/ boxes Public

🍱 Vagrant boxes built using Packer

Notifications You must be signed in to change notification settings

twingly/boxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boxes

Build Vagrant boxes with Packer. Hosted on Atlas.

Build a box

You need to change the working directory

cd freebsd/

Validate

packer validate template.json

Build

packer build template.json

Import the box so you can test it with some existing Vagrantfile

vagrant box add --name "test/freebsd-10.1-amd64" packer_freebsd-10.1-amd64_virtualbox.box

Upload the box to Atlas.

Getting started

Install Packer using Homebrew:

brew install packer

Credits