This repository provides Dockerfiles for building Gatling load testing tools within Docker containers.
The following Gatling versions are currently available:
Run the following command to build an image (e.g., cd 3.10.3-alpine
):
docker build -t eccanto/gatling:3.10.3-alpine 3.10.3-alpine
To publish the image:
docker push eccanto/gatling:3.10.3-alpine
Example using Docker compose: Performance testing using Gatling (Java and Scala)
Modify the Dockerfiles to adjust base images, software installations, or configurations as needed.
Docker Hub: Images are published on Docker Hub as eccanto/gatling:VERSION.
Gatling Documentation: Refer to Gatling's official documentation for comprehensive usage and configuration details: https://gatling.io/docs/
Pull requests are welcome for adding new Gatling versions or enhancements.