Coder Social home page Coder Social logo

boxer's Introduction

boxer

Little shell utility that helps you package Vagrant boxes. Just cd to a directory where you have a Vagrantfile and associated provisioning scripts and call boxer box NAME. The script will provision the box according to the Vagrantfile, repackage it as NAME, and then clean up after itself.

boxer <COMMAND>

Used to build, package, and add vagrant boxes.

commands:
    box <NAME> : builds the box, packages it, adds it, and cleans up
    provision : provisions the box (basically just vagrant up)
    package <NAME> : packages and adds the currently running box
    clean : destroys the currently running box and deletes .vagrant

If the build fails, you can fix your provisioning scripts and try again, or, if the install needs to be restarted completely, run boxer clean first. The script is just a thin wrapper around a few Vagrant commands, so intervening manually (say, to only run certain provisioners) can be done by just calling Vagrant directly.

Used to manage my base development boxes. Something like packer seemed too heavy-weight and added a lot of complexity compared to just doing it inside of Vagrant.

boxer's People

Contributors

heyimalex avatar

Watchers

 avatar  avatar  avatar

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.