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

13 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

Upload the box to Atlas.

Getting started

Install Packer using Homebrew:

brew install packer

Credits