Hi!
Ive been using your repo, and just wanted to give back.
heres a readme id like to submit for you approval. I'm not sure how to submit a pull request.
thanks!
docker-hey
minimal dockerized apache-bench-alike 'hey' tool
created by rcmorano
Sep 11, 2017
Quick start using docker
docker run --rm -it rcmorano/docker-hey www.example.com
command help
docker run --rm -it rcmorano/docker-hey --help
Example useage
This command
hey -n 10 -c 2 -m POST -T "application/x-www-form-urlencoded" -d 'username=1&message=hello' http://your-rest-url/resource
turns into this
docker run --rm -it rcmorano/docker-hey -n 10 -c 2 -m POST -T "application/x-www-form-urlencoded" -d 'username=1&message=hello' http://your-rest-url/resource
docker run --rm -it rcmorano/docker-hey -n 10 -c 2 https://www.exampla.com/
NOTE: exampla.com is not website. please only use this for running on servers you own.
local example
docker run --rm -it rcmorano/docker-hey -n 10 -c 2 localhost:8000
How to build from dockerfile
git clone https://github.com/rcmorano/docker-hey.git
cd docker-hey
docker build . -t docker-hey
Usage
docker run --rm -it rcmorano/docker-hey --help
Hi!
Ive been using your repo, and just wanted to give back.
heres a readme id like to submit for you approval. I'm not sure how to submit a pull request.
thanks!
docker-hey
minimal dockerized apache-bench-alike 'hey' tool
Quick start using docker
command help
Example useage
turns into this
local example
How to build from dockerfile
Usage