# From https://github.com/fcsonline/drill
Drill is an HTTP load testing application written in Rust inspired by Ansible syntax
FROM rust:1.53
RUN apt-get update && \
apt-get install -y curl libssl-dev pkg-config && \
rm -rf /var/lib/apt/lists/*
RUN cargo install drill
ENTRYPOINT ["/usr/local/cargo/bin/drill"]
Content type
Image
Digest
Size
631.5 MB
Last updated
over 4 years ago
docker pull theqwan/drill