Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trancelove/vagrant-vbox-docker-compared
A study on migrating development environment setup from vagrant+VirtualBox to vagrant+docker
https://github.com/trancelove/vagrant-vbox-docker-compared
Last synced: about 1 month ago
JSON representation
A study on migrating development environment setup from vagrant+VirtualBox to vagrant+docker
- Host: GitHub
- URL: https://github.com/trancelove/vagrant-vbox-docker-compared
- Owner: TranceLove
- Created: 2015-12-10T07:42:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T03:48:21.000Z (about 9 years ago)
- Last Synced: 2023-08-07T01:02:44.362Z (over 1 year ago)
- Language: Ruby
- Size: 30.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## vagrant-vbox-to-docker-compared
### A study on migrating development environment setup from vagrant+VirtualBox to vagrant+docker
This repository hosts a development environment of a node.js web application
using Vagrant (http://vagrantup.com), with VirtualBox (http://virtualbox.org)
and Docker (http://docker.io) as the underlying container/virtual machine
running the services.To speed up time on setting up the development environment, we are studying the
efforts required to migrate from VirtualBox-based to a Docker-based setup. Hence
come to this repository.Master branch will only carry the README file (what you are reading), recipe for
the node.js app and the node.js app itself. Please switch between `docker` and
`vbox` branches to compare the differences between the two workflows.