Containerized version of Siege, a powerful HTTP load testing and benchmarking tool
5.2K
This repository provides a Dockerfile to build a containerized version of Siege, a powerful HTTP load testing and benchmarking tool.
Built upon a debian slim image, autobuilt and pushed once a week.
Run the Siege container using the following command:
docker run --rm ttyse/siege:latest --help
To test a URL, pass it as an argument to the container:
docker run --rm ttyse/siege:latest https://example.com
You can also bind local configuration files or volumes if needed:
docker run --rm -v $(pwd)/config:/root/.siege ttyse/siege:latest https://example.url
For more advanced usage and options, refer to the Siege Manual.
For detailed information on how to configure and use Siege, refer to its official documentation: https://www.joedog.org/siege-manual/.
Content type
Image
Digest
sha256:11ef9f27a…
Size
45.4 MB
Last updated
3 months ago
docker pull ttyse/siege