Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.49 KB

File metadata and controls

37 lines (25 loc) · 1.49 KB

boot2docker Vagrant Box

This repository contains the scripts necessary to create a Vagrant-compatible boot2docker box with several Docker images pre-installed:

  • busybox
  • golang

Usage

$ vagrant init suhinini/boot2docker-node
$ vagrant up
$ export DOCKER_HOST=tcp://localhost:2375
$ docker version

Vagrant Up Boot2Docker

Building the Box

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

To build the box, first install the following prerequisites:

Then, just run make. The resulting box will be named boot2docker-virtualbox.box. The entire process to make the box takes about 20 seconds.

License

CC0
To the extent possible under law, the person who associated CC0 with this work has waived all copyright and related or neighboring rights to this work.