This repository has single Dockerfile
to build container with Gatling.
- 2.0.0
- 2.0.0-RC1
- 2.0.0-RC2
- 2.0.0-RC3
- 2.0.0-RC4
- 2.0.0-RC5
- 2.0.0-RC6
- 2.0.1
- 2.0.2
- 2.0.3
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4 (Scala 2.11 compatible)
- 2.1.5 (Scala 2.11 compatible)
- 2.1.6 (Scala 2.11 compatible)
- 2.1.7 (latest)(Scala 2.11 compatible)
-
Install Docker
-
Get automated build from public registry:
Latest version:
docker pull denvazh/gatling:latest
All versions:
docker pull denvazh/gatling
Specific version:
docker pull denvazh/gatling:2.1.7
- [Alternatively] Build an image from Dockerfile:
docker build -t="denvazh/gatling" github.com/denvazh/gatling
Use image to run container
docker run -it --rm denvazh/gatling
Mount configuration and simulation files from host machine and run gatling in interactive mode
docker run -it --rm -v /home/core/gatling/conf:/opt/gatling/conf \
-v /home/core/gatling/user-files:/opt/gatling/user-files \
-v /home/core/gatling/results:/opt/gatling/results \
denvazh/gatling