Skip to content

Commit

Permalink
doc: Clarify specifying the Docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Ribeiro authored Jun 3, 2022
1 parent 9333ed3 commit c8fa0bb
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 c8fa0bb

Please sign in to comment.