dummy docker container for benchmarking dummy docker container for benchmarking docker docker

dummy docker container for benchmarking


You can just run an alpine container with a sleep command.

Something like this:

docker run -d alpine sh -c 'while sleep 3600; do :; done'


I know it is more than a year old but I found this (source) from luca3m that may help others.