strongloop-community / strongbox

Convenience VMs for testing
6 stars 2 forks source link

strongbox

Linux VMs for testing:

Docker images for disposable dev/test environments:

If you are on a Mac you're using boot2docker for Docker support. You'll find this useful to put into your ~/.bashrc:

for tag in $(docker images | awk '/strongbox/ { print $2 }'); do
    alias strongbox-$tag="boot2docker ssh -t docker run -it -v \\\$SSH_AUTH_SOCK:/ssh-agent -e SSH_AUTH_SOCK=/ssh-agent strongloop/strongbox:$tag"
done

Usage

  1. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads
  2. Install Vagrant: http://www.vagrantup.com/downloads.html
  3. git clone git@github.com:strongloop-community/strongbox.git
  4. cd strongbox
  5. vagrant up <name>
  6. vagrant ssh
  7. Your're in! You've got node, npm, gcc, and vim. The world is your oyster!