Vagrant

Building images for Vagrant with Packer

In this how-to I'll show how to build Debian and Ubuntu ISO images with Packer.

Packer is a tool for creating server images for platforms such as Amazon AWS, OpenStack, VMware, VirtualBox, Docker, and more — all from a single source configuration.

Here I go through the following steps:

admin | Sun, 04/03/2016 - 10:41

How to use Vagrant?

Vagrant makes development environments easy: creates and configures lightweight, reproducible, and portable development environments. Create a single file for your project to describe the type of machine you want, the software that needs to be installed, and the way you want to access the machine. Store this file with your project code.

admin | Sat, 03/07/2015 - 10:20