Skip to content

Docker image for wrk2 using Alpine and published to DockerHub

Notifications You must be signed in to change notification settings

VDuda/wrk2-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

wrk2-docker

Docker image for wrk2 using Alpine and published to DockerHub

DockerHub

Grab the built image https://hub.docker.com/r/1vlad/wrk2-docker/

docker pull 1vlad/wrk2-docker

How to

To use this container make sure to use the host's network or create a link

docker run --rm --net=host 1vlad/wrk2-docker -t4 -c200 -d10s -R2000 --latency http://localhost

To hop inside the container

docker run -it --entrypoint=/bin/sh 1vlad/wrk2-docker

About

Docker image for wrk2 using Alpine and published to DockerHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published