Skip to content

Instantly share code, notes, and snippets.

@pipex
Last active April 17, 2021 00:14
Show Gist options
  • Save pipex/852436242d7940283f169d02a4c6fc3b to your computer and use it in GitHub Desktop.
Save pipex/852436242d7940283f169d02a4c6fc3b to your computer and use it in GitHub Desktop.
Container Stresser
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