Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 475 Bytes

File metadata and controls

21 lines (16 loc) · 475 Bytes

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