Skip to content

Update readme #1

@wisehackermonkey

Description

@wisehackermonkey

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!

  • wisemonkey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions