Skip to content

Commit

Permalink
Update stress to use ENTRYPOINT instead of CMD
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
tiborvass authored and jessfraz committed Jun 18, 2015
1 parent a2572ff commit cec326d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

CMD [ "stress" ]
ENTRYPOINT [ "stress" ]

0 comments on commit cec326d

Please sign in to comment.