From e7b7d26351a6d78a85d45f598c8d3d203cded394 Mon Sep 17 00:00:00 2001 From: Fabri Di Napoli Date: Wed, 26 Jul 2017 23:24:42 +0200 Subject: [PATCH] Add docker part in readme and deprecate vagrant one --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b391b77..b1cf596 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,15 @@ I think the problem with patterns is that often people do know them but don't kn You should look at and run the tests to see what happens in the example. To do this, you should install dependencies with `Composer` first: -### [optional] Using a Virtual Machine (VM) +### [option] Using Docker + +You can optionally run tests using [Docker for Mac](https://www.docker.com/docker-mac) or [Windows](https://www.docker.com/docker-windows) or native one for [Linux](https://www.docker.com/docker-debian). +Just run: +``` +docker-compose up +``` + +### [optional] [DEPRECATED] Using a Virtual Machine (VM) If you wish to use a ready made VM environment, you can easily create one with Vagrant and Ansible.