williambelle / docker-gatling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatling

Docker image for Gatling load testing tool.

Tags

Usage

Pull image:

# Latest version
docker pull williambelle/gatling:latest

# Specific version
docker pull williambelle/gatling:3.8.2

Run container:

# Simple
docker run -it --rm williambelle/gatling

# With configuration and simulation files from the host
docker run -it --rm \
  -v ./conf:/home/gatling/gatling/conf \
  -v ./user-files:/home/gatling/gatling/user-files \
  -v ./results:/home/gatling/gatling/results \
  williambelle/gatling

About


Languages

Language:Dockerfile 100.0%