Sign inSign up

davey/gatling-container

By davey

•Updated almost 11 years ago

Image
0

238

davey/gatling-container repository overview

⁠Gatling-Docker

This container allows for running Gatling⁠ load tests against a website or service.

⁠Running on CI

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.

⁠Output

All results will be placed into the results directory.

⁠Building for local use
docker build -t davey/gatling .
⁠Running Locally

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

Tag summary

Content type

Image

Digest

sha256:7f172b31e…

Size

367 MB

Last updated

almost 11 years ago

docker pull davey/gatling-container