Skip to content

bolshakov/gatling-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatling Docker

This repository contains files required to build Gatling docker image.

Build

make build VERSION=2.2.5

Usage

You can use this image to run your own simulations:

docker run -v - `${pwd}`/results:/gatling/results bolshakov/gatling:2.2.5 \
  --simulations-folder /gatling/user-files/simulations \
  --simulation computerdatabase.BasicSimulation

It will run simulation and produce report into ./results directory.

Contributing

  1. Fork it ( https://github.com/bolshakov/gatling-docker/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Run Gatling in docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors