mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
add
This commit is contained in:
parent
5563e33530
commit
e237120770
|
@ -5,4 +5,4 @@ RUN apt-get update && apt-get install -y \
|
||||||
stress \
|
stress \
|
||||||
--no-install-recommends
|
--no-install-recommends
|
||||||
|
|
||||||
ENTRYPOINT [ "stress" ]
|
CMD [ "stress" ]
|
||||||
|
|
9
ulimit/Dockerfile
Normal file
9
ulimit/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
FROM debian:jessie
|
||||||
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
ulimit \
|
||||||
|
--no-install-recommends
|
||||||
|
|
||||||
|
ENTRYPOINT [ "ulimit" ]
|
||||||
|
CMD [ "-n" ]
|
Loading…
Reference in New Issue
Block a user