Skip to content

Commit e7b7d26

Browse files
committed
Add docker part in readme and deprecate vagrant one
1 parent e65bf1e commit e7b7d26

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ I think the problem with patterns is that often people do know them but don't kn
1313
You should look at and run the tests to see what happens in the example.
1414
To do this, you should install dependencies with `Composer` first:
1515

16-
### [optional] Using a Virtual Machine (VM)
16+
### [option] Using Docker
17+
18+
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).
19+
Just run:
20+
```
21+
docker-compose up
22+
```
23+
24+
### [optional] [DEPRECATED] Using a Virtual Machine (VM)
1725

1826
If you wish to use a ready made VM environment, you can easily create one with Vagrant and Ansible.
1927

0 commit comments

Comments
 (0)