Using Vagrant or Docker to run various applications.
YoshikawaTaiki/virtualmachine-template - Using Vagrant to run various applications.
if you use Macintosh
brew cask install virtualbox vagrant
vagrant plugin install vagrant-omnibus vagrant-vbguest sahara vagrant-share vagrant-proxyconf
vagrant up default
vagrant ssh default
cd
to working directory and clone the project git clone git://github.com/YoshikawaTaiki/vagrant-template.git
vagrant halt
vagrant up
vagrant destroy