Sign inSign up

theqwan/drill

By theqwan

Updated over 4 years ago

Image
0

247

theqwan/drill repository overview

What is Drill ?
# From https://github.com/fcsonline/drill

Drill is an HTTP load testing application written in Rust inspired by Ansible syntax 
Dockerfile
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"]

Tag summary

Content type

Image

Digest

Size

631.5 MB

Last updated

over 4 years ago

docker pull theqwan/drill