Skip to content

Commit

Permalink
Merge pull request #387 from codacy/doc/clarify-docker-image-version
Browse files Browse the repository at this point in the history
doc: Clarify specifying the Docker image version
  • Loading branch information
Paulo Ribeiro authored Jun 13, 2022
2 parents 9333ed3 + c8fa0bb commit 114101e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/alternative-ways-of-running-coverage-reporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ The sections below provide details on alternative ways to run or install Codacy

## Docker

You can use Docker to run Codacy Coverage Reporter:
You can use Docker to run Codacy Coverage Reporter.

Use the following command where `<version>` is either one of the [released versions](https://github.com/codacy/codacy-coverage-reporter/releases), or `latest` to use the most recent version:

```bash
docker run -v $PWD:/code codacy/codacy-coverage-reporter:<version> report
Expand Down

0 comments on commit 114101e

Please sign in to comment.