- for easy dev setup
- utilitizes the .env file of your Laravel app
- works as a git submodule
In your document root run:
$ git submodule add git://github.com/kkugelmann/laravelDocker.git docker
$ ln -s laravelDocker/docker-compose.yml
$ docker-compose up -d
Your application will be ready on http://localhost:8080