This container allows for running Gatling load tests against a website or service.
This container can be used locally or on CI server such as Jenkins. The workflow could enable load testing as a part of CI rather than at the end of a deliverable.
All results will be placed into the results directory.
docker build -t davey/gatling .
To run locally,
docker run --rm=true -v /path/to/gatling-docker/user-files/:/opt/gatling/user-files /
-v /path/to/gatling-docker/results:/opt/results /
davey/gatling -m -s TEST_SCRIPT -rf /opt/results
Content type
Image
Digest
sha256:7f172b31e…
Size
367 MB
Last updated
almost 11 years ago
docker pull davey/gatling-container