https://github.com/deployable/docker-stress
stress a container
https://github.com/deployable/docker-stress
docker docker-image linux stress stress-ng stress-testing
Last synced: 3 months ago
JSON representation
stress a container
- Host: GitHub
- URL: https://github.com/deployable/docker-stress
- Owner: deployable
- Created: 2017-11-22T22:27:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T22:31:13.000Z (almost 8 years ago)
- Last Synced: 2025-04-04T09:46:19.188Z (6 months ago)
- Topics: docker, docker-image, linux, stress, stress-ng, stress-testing
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stress-ng
[`stress`](http://manpages.ubuntu.com/manpages/xenial/man1/stress-ng.1.html) in a Debian container.
## Run
Any paramaters will be passed to the `stress` command
docker run deployable/stress -c 2
Help is the default output
docker run deployable/stress
## Build
To build locally use the `make.sh` script
./make.sh build