Skip to content

vjrantal/wrk-with-online-script

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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