Spreedme docker container does not start

I’m on debian trying to set up the spreedme app.

If i try to start the docker container with:
docker run --rm --name my-spreed-webrtc -p 8080:8080 -p 8443:8443 \ -vpwd:/srv/extra -i -t spreed/webrtc \ -c /srv/extra/server.conf

The console output sticks with Creating new server secrets ...

I had that too. If that happens, you don’t have enough entropy for /dev/random
You can workaround that, if you open a second shell on the same machine and run:
rngd -f -r /dev/urandom as root.

I am curious, if you have mor luck after it, as I in my dockerissue thread.

1 Like

hi,
thank you for your hint.
rngd -f -r /dev/urandom works, but now i get:
server 2016/09/20 17:37:31 open /srv/extra/server.conf: no such file or directory
server.conf exists, but i’m not sure about the file permissions…

Congratulations, now you are sticking at the same position as I and the TE of that thread.

Any updates for this issue? I have the same problem

@offerlam yes i got it to work, how, its in the howto section and the other thread I linked to.

I don’t see it in the guide. But from my readings the problem was how you started the docker image, correct? and if so i do seem the line for the docker image in the guide has changed. but that is based from memory so i may be wrong.

am i right?

correct, and you have to alter a entry on the config file.
The official guide doesn’t work with the dockerimage, I don’t know who is responsible for the guides on the front page.