Last active
April 17, 2021 00:14
-
-
Save pipex/852436242d7940283f169d02a4c6fc3b to your computer and use it in GitHub Desktop.
Container Stresser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM balenalib/amd64-debian:buster | |
RUN apt-get update && apt-get install -y stress | |
CMD /usr/bin/stress -c 4 -t 120 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment