Kilix / packer-docker

Packer template to create a vagrant virtualbox VM for docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker host Linux Packer template

Packer template to build a Linux Virtual Machine for Vagrant + Virtualbox to host Docker containers.

VM based on Ubuntu 16.04 LTS with the following packages :

  • Git
  • Vim
  • Docker engine 1.11.2
    • Docker-compose 1.7.1
    • Docker-machine 0.7.0
  • Samba server : to host CIFS network shared folder inside the VM. (The most performant share folder system for windows vagrant host)

The vagrant box is available on https://atlas.hashicorp.com/kilix/boxes/docker-host/

Prerequisites

Build

to build the VM and update the box on atlas

# copy config file
cp config.json.dist config.json
# edit it if needed
vim config.json

# build the box
ATLAS_TOKEN=<your-atlas-token> make

About

Packer template to create a vagrant virtualbox VM for docker

License:MIT License


Languages

Language:Shell 89.3%Language:Vim Script 8.8%Language:Makefile 1.9%