Sign inSign up

scullxbones/gatling

By scullxbones

•Updated almost 11 years ago

Image
0

259

scullxbones/gatling repository overview

⁠Gatling Dockerfile

This repository has single Dockerfile to build container with Gatling v2.1.4 (Scala 2.11 compatible)

⁠Base Docker Image

⁠Installation

  1. Install Docker⁠

  2. Get automated build from public registry: docker pull denvazh/gatling

  3. [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 /bin/bash

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 denvazh/gatling /opt/gatling/bin/gatling.sh

Tag summary

Content type

Image

Digest

sha256:c7f4d9ddf…

Size

406.4 MB

Last updated

almost 11 years ago

docker pull scullxbones/gatling