Skip to content

Commit

Permalink
Merge pull request #603 from devdrops/fix/readme-docker-instruction
Browse files Browse the repository at this point in the history
fix: instruction for Docker usage
  • Loading branch information
abdelDriowya authored May 10, 2023
2 parents 7b38e08 + 249f1f7 commit 63d68f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Config file at .circleci/config.yml is valid
The CLI may also be used without installation by using Docker.

```
docker run --rm -v $(pwd):/data circleci/circleci-cli:alpine config validate /data/.circleci/config.yml --token $TOKEN
docker run --rm -v $(pwd):/data -w /data circleci/circleci-cli:alpine config validate /data/.circleci/config.yml --token $TOKEN
```

## circleci-agent
Expand Down

0 comments on commit 63d68f9

Please sign in to comment.