From 4d12a7045467a01f7177957a426fc20b4ae7ce4b Mon Sep 17 00:00:00 2001 From: yayayahei Date: Wed, 29 Apr 2020 14:01:50 +0800 Subject: [PATCH] add usage alert when mount results volume (#27) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e72a7d7..5048d2d 100644 --- a/README.md +++ b/README.md @@ -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 \