kubemq-community icon indicating copy to clipboard operation
kubemq-community copied to clipboard

random limits docker

Open roger-castaldo opened this issue 11 months ago • 0 comments

Hi, I came across a problem when doing some testing against the kubemq community docker image in that /dev/random kept hitting ulimits when running the docker on a linux machine. The solution was to add below to the docker run command line, it forces /dev/random to point to /dev/urandom which has less limitations. I suggest adding it to the readme for anyone running this docker image on a linux machine. On windows there was no issue.

-v /dev/urandom:/dev/random

roger-castaldo avatar Jul 10 '23 14:07 roger-castaldo