This directory contains a Vagrantfile for building docker-solr.
Pre-requisites: VirtualBox and Vagrant.
vagrant up
vagrant ssh -c "git clone https://github.com/docker-solr/docker-solr.git && \
cd docker-solr && \
./tools/update.sh && \
./tools/build_all.sh && \
./tools/test_all.sh"