williamyeh/boom

By williamyeh

Updated over 6 years ago

A minimal Docker image for boom - HTTP(S) load generator, ApacheBench replacement, written in Go.

Image
2

5.1K

Docker-Boom

Build Status

Summary

Repository name in Docker Hub: williamyeh/boom

This repository contains Dockerized boom, published to the public Docker Hub via automated build mechanism.

Configuration

This docker image contains the following software stack:

  • Alpine 3

  • Boom

Total image size is less than 20 MB.

Dependencies
History
  • 1.0 - Initial release.

Installation

$ docker pull williamyeh/boom

Usage

Show usage

$ docker run --rm williamyeh/boom

Typical example

$ docker run --rm  williamyeh/boom  \
      -n 1000 -c 100 https://google.com

Docker Pull Command

docker pull williamyeh/boom