mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-11 15:32:41 +01:00
add
This commit is contained in:
@@ -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" ]
|
||||||
Reference in New Issue
Block a user