_ _
| | | |
__| | _____ __ | |__ _____ __
/ _` |/ _ \ \ / / | '_ \ / _ \ \/ /
| (_| | __/\ V / | |_) | (_) > <
\__,_|\___| \_/ |_.__/ \___/_/\_\
| |
_____ ____ _ _ __ ___ _ __ | | ___ ___
/ _ \ \/ / _` | '_ ` _ \| '_ \| |/ _ \/ __|
| __/> < (_| | | | | | | |_) | | __/\__ \
\___/_/\_\__,_|_| |_| |_| .__/|_|\___||___/
| |
|_|
A collection of development boxes based on Vagrant and Docker.
git clone https://github.com/alphabetum/dev-box-examples.git --recursive
The cloned repository with initialized submodules is about 300 MB.
./--
- All submodules. All of the project references in the other directories are symbolic links to the relevant project submodule in this directory.
./vagrant
- Projects with a Vagrantfile.
./docker
- Projects with a Dockerfile.
./apps
- Projects that are applications with Vagrantfiles and Dockerfiles, rather than generic development boxes.
./go
,./misc
,./nodejs
,./python
,./ruby
, etc.- Projects by primary programming language.