Add Stress Image
I built a new machine and want to stress test it.
This image looks like a good way to do that: https://hub.docker.com/r/progrium/stress
Except...:
root@Tower:~# docker run --rm --network=none --user=99:100 -it progrium/stress --cpu 2 --io 1 --vm 2 --vm-bytes 128M --timeout 10s
Unable to find image 'progrium/stress:latest' locally
latest: Pulling from progrium/stress
docker: [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of docker.io/progrium/stress:latest to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/.
See 'docker run --help'.
So I'm basically duplicating it based on its source here: https://github.com/progrium/docker-stress/blob/master/README.md