Skip to content

Commit

Permalink
add usage alert when mount results volume (denvazh#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
yayayahei committed Apr 29, 2020
1 parent fcc688c commit 4d12a70
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 @@ -85,7 +85,7 @@ docker run -it --rm denvazh/gatling
```

Mount configuration and simulation files from the host machine and run gatling in interactive mode

> Make sure the /home/core/gatling/results path exists firstly, otherwise it will suffer write permission issue, because the non-existed host volume will be created as root permission
```
docker run -it --rm -v /home/core/gatling/conf:/opt/gatling/conf \
-v /home/core/gatling/user-files:/opt/gatling/user-files \
Expand Down

0 comments on commit 4d12a70

Please sign in to comment.