Skip to content

faizhasan/gatling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

Gatling Dockerfile

This repository has single Dockerfile to build container with Gatling.

Base Docker Image

Docker Tags

  • 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)

Installation

  • 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

Usage

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

About

Docker image for gatling

Resources

Stars

Watchers

Forks

Packages

No packages published