Skip to content

Commit

Permalink
Readme - add docker installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos authored Sep 16, 2016
1 parent de8d150 commit 89cb494
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ But I wouldn't recommend it. In my experience *one* QA tool which analyzes
*N* projects is better than *N* projects with *N* analyzers. It's up to you
how many repositories you want to update when new version is released.

### Docker

```bash
docker run --rm -u $UID -v $PWD:/app eko3alpha/docker-phpqa --report --ignoreDirs vendor,build,migrations,test
```

For full documentation please visit [eko3alpha/docker-phpqa](https://hub.docker.com/r/eko3alpha/docker-phpqa/).

## Analyze

Expand Down

0 comments on commit 89cb494

Please sign in to comment.