Skip to content

chirkin/boot2docker-vagrant-box

 
 

Repository files navigation

boot2docker-py Vagrant Box

Introduction

Forked from dduportal/boot2docker-vagrant-box, thanks Damien! Some features were taken from AlbanMontaigu/boot2docker-vagrant-box, thanks Alban!

This fork have only Virtualbox provider. But additionally contains python package. And ready to be configured with Ansible.

This repository contains the scripts necessary to create a Vagrant compatible boot2docker box.

Usage

The box is available on Hashicrop's Atlas.

Network considerations

By default, we use a NAT interfaces, which have its ports 2375 and 2376 (Docker IANA ports) forwarded to the loopback (localhost) of your physical host.

Building the Box

If you want to recreate the box, rather than using the binary, then you can use the scripts and Packer template within this repository to do so in seconds.

To build the box, first install the following prerequisites:

Then run this command to build the box for VirtualBox provider:

make virtualbox

About

Packer scripts to build a Vagrant-compatible boot2docker box.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 55.5%
  • Makefile 17.1%
  • Ruby 13.8%
  • M4 13.6%