Standalone gatling 3.11.1 uses alpine JDK 17. Simulation classes should be implemented in Java.
58
Standalone gatling container. In order to run specific simulation class add cmd command
-Dgatling.simulationClass=fullClassName
If there is only a simulation class then there is no need to add the argument.
Directories that should be mounted:
/opt/gatling/target/gatling - Reports will be generated
/opt/gatling/src/test/java - For Java simulation classes
/opt/gatling/src/test/resources - Configs, logback files etc.
How to run specific simulation class:
docker run rauanktl/gatling:3.11.1 "-Dgatling.simulationClass=com.example.SomeSimulation"
For additional info refer to https://docs.gatling.io/tutorials/scripting-intro/#optional-run-the-simulation-locally-for-debugging
Content type
Image
Digest
sha256:60197e180…
Size
294.8 MB
Last updated
over 2 years ago
docker pull rauanktl/gatling:3.11.1