Skip to content

vjrantal/wrk-with-online-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

docker pull vjrantal/wrk-with-online-script

Usage

Arguments to wrk are passed as environment variables. The mandatory one is TARGET_URL, for example:

docker run -e TARGET_URL=https://google.com vjrantal/wrk-with-online-script

Below an example of how to read the variables from a file:

docker run --env-file ./env.list vjrantal/wrk-with-online-script

Please see the Dockerfile for other possible environment variables.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published