7olstoy / artillery-docker

Official Docker images for Artillery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About This Repo

This is the repo of the official Docker images for Artillery.

Usage

Clone repo:

cd ~
git clone https://github.com/A-styler/artillery-docker.git

Build the image:

cd artillery-docker
docker build -t artillery .

Edit config with your urls/flows:

vim config.yaml

Run a container:

docker run -it \
           --rm \
           -v ~/artillery-docker/config.yaml:/artillery/config.yaml \
           --name artillery \
           artillery \
           run config.yaml

About

Official Docker images for Artillery

License:Mozilla Public License 2.0


Languages

Language:Dockerfile 100.0%