Skip to content

partlab/machine-builders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine builders

A simple project that encapsulates Packer templates for building Vagrant baseboxes.

Prerequisites

You need:

Getting Started

Inside the packer directory, a JSON file describes each box that can be built. You can use packer build to build the boxes. So, you can customize the JSON files

$ git clone git@github.com:rgaidot/machine-builders.git
$ cd machine-builders ; cd packer
$ packer build -only=virtualbox-iso debian-wheezy-amd64.json

Builder

Machine builders use shell scripts to get software installed and configured on a machine. Check out JSON files.

About

A simple project that encapsulates Packer templates for building Vagrant baseboxes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published