Giter Club home page Giter Club logo

boot2docker-vagrant-box's Introduction

boot2docker Vagrant Box

This repository contains the scripts necessary to create a Vagrant-compatible boot2docker box. If you work solely with Docker, this box lets you keep your Vagrant workflow and work in the most minimal Docker environment possible.

This is a Cisco-supported version using Docker 1.7.0

Using the box

To use the box in a Vagrantfile, include the line

docker.vm.box = "https://bintray.com/artifact/download/shippedrepos/Virtualbox-boxes/1.7.0/boot2docker"

and delete or comment out any line forwarding port 2375

Building the Box

To build the box, first install the following prerequisites:

Then run build.sh userid:apikey, which contains the steps:

$ vagrant up
$ packer build -only virtualbox-iso template.json
$ vagrant box add boot2docker_virtualbox.box --force --name CiscoCloud/boot2docker
$ curl -T boot2docker_virtualbox.box \
$  -uuserid:apikey \
$  -H "X-Bintray-Publish: 1" \
$  -H "X-Bintray-Override: 1" \
$  https://api.bintray.com/content/shippedrepos/Virtualbox-boxes/boot2docker/1.7.0/boot2docker?box_provider=virtualbox

You can build Parallels or VMWare versions by specifying parallels-iso or vmware-iso in place of virtualbox-iso in the packer command above. To build all three, omit the "-only" argument altogether.

boot2docker-vagrant-box's People

Contributors

dduportal avatar dlitz avatar felixbuenemann avatar fnichol avatar ingoclaro avatar jfoy avatar legal90 avatar lmars avatar luislavena avatar mitchellh avatar myatagaw avatar refractalize avatar sennerholm avatar shawnbutts avatar simonista avatar spheromak avatar tfduesing avatar tooda02 avatar wjordan avatar wojtekmach avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

liorhson

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.