Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amad committed Feb 29, 2020
1 parent cad2d1a commit 717b0b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 38,6 @@ release: clean
tar -zvcf dist/smoker-$(BUILD_NUMBER).tar.gz bin/smoker*
.PHONY: release

docker:
docker build --tag smoker:(git describe --abbrev=0) .
dockerbuild:
docker build --tag smoker:$(git describe --abbrev=0) .
.PHONY: docker
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 50,7 @@ smoker -testsuite smoke-api.json
Using docker image:

```bash
docker run --rm -v (PWD):/data stunt/smoker:latest -testsuite /data/smoke-api.json
docker run --rm -v $(PWD):/data stunt/smoker:latest -testsuite /data/smoke-api.json
```

Run with 15 workers and set global timeout to 5 seconds:
Expand Down

0 comments on commit 717b0b3

Please sign in to comment.