docker image for siege(benchmarking utility).
5M+
$ git clone https://github.com/yokogawa-k/docker-siege.git
$ cd docker-siege
$ docker build -t yokogawa/siege .
$ docker run --rm -t yokogawa/siege
If you use ./run script.
$ ./run
$ docker run --rm -t yokogawa/siege -d1 -r10 -c25 example.com
If you use ./run script.
$ ./run -d1 -r10 -c25 example.com
$ ./run bash
$ fig up -d
$ fig logs
Content type
Image
Digest
sha256:0cf748663…
Size
63.1 MB
Last updated
almost 11 years ago
docker pull yokogawa/siege