mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
ab
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
e744b07066
commit
0e89d3d2af
17
ab/Dockerfile
Normal file
17
ab/Dockerfile
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# ab (apache benchmark)
|
||||||
|
# in a container
|
||||||
|
#
|
||||||
|
# docker run --rm -it \
|
||||||
|
# jess/ab
|
||||||
|
#
|
||||||
|
FROM alpine:latest
|
||||||
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
RUN apk update && apk add \
|
||||||
|
apache2-ssl \
|
||||||
|
apache2-utils \
|
||||||
|
ca-certificates \
|
||||||
|
htop \
|
||||||
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
ENTRYPOINT [ "ab" ]
|
Loading…
Reference in New Issue
Block a user