Skip to content

symbols-worldwide/docker-packer-virtualbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Packer on Virtualbox for Docker

This is a Debian-based container with Packer installed and Virtualbox as the available provider.

Virtualbox modules and services need to be installed and running on your host.

VT-x will be required if using this image on a VM. In order to use Virtualbox this container must be run with the --privileged and --net=host parameters. Please be aware of the security implications of this.

The default command is a script that calls 'packer build' for all .json files in the /packer directory.

You should mount your directory containing your Packer project in /packer.

Example:

    docker run -t -v ~/my/packer/project:/packer --privileged symbols/packer-virtualbox

About

A Docker container for running Packer with Virtualbox as a provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages