mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37:49 +01:00
Update stress to use ENTRYPOINT instead of CMD
This is to avoid the ugly: docker run jess/stress stress -c 4 ... and instead use what's in the example usage: https://registry.hub.docker.com/u/jess/stress/
This commit is contained in:
parent
6471c24604
commit
a9b8fad83d
|
@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
CMD [ "stress" ]
|
ENTRYPOINT [ "stress" ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user