spreed-webrtc icon indicating copy to clipboard operation
spreed-webrtc copied to clipboard

Docker container based on official image blocks during startup in VMs

Open marthjod opened this issue 6 years ago • 2 comments

The Docker image on https://hub.docker.com/r/spreed/webrtc/ still contains the entrypoint script using /dev/random (https://github.com/strukturag/spreed-webrtc/commit/172ac704e3c8dfd63f34c8b0221dd630b295aabb), causing containers to block forever during startup in environments lacking randomness (VMs, for instance).

Reproduce:

docker run -d ... spreed/webrtc
...
Creating new server secrets ...
# (blocking)

marthjod avatar May 01 '18 12:05 marthjod