mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-24 20:55:39 +02:00
stress
This commit is contained in:
parent
e5c92f1340
commit
ac1bdd43b3
8
stress/Dockerfile
Normal file
8
stress/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM debian:jessie
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
stress \
|
||||
--no-install-recommends
|
||||
|
||||
ENTRYPOINT [ "stress" ]
|
Loading…
x
Reference in New Issue
Block a user