This docker image is used as the base image for these other ridesharemarket.com application containers:
git clone git@github.com:ride-share-market/iojs.gitcd iojs && git checkout develop
Build local.
./docker-build.sh x.x.x
Test local (will remove itself up on close).
sudo docker run -i -t --rm ride-share-market/iojs:x.x.x /bin/bash