This repository contains files required to build Gatling docker image.
make build VERSION=2.2.5
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.
- Fork it ( https://github.com/bolshakov/gatling-docker/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request