instrumentisto / coturn-docker-image

[Closed] Coturn TURN server Docker image
Other
191 stars 47 forks source link

Unable to deploy docker image #14

Closed Sudheerkumar closed 4 years ago

Sudheerkumar commented 4 years ago

We are getting this issue when we are deploying it to a cluster standard_init_linux.go:211: exec user process caused “no such file or directory”

All the files are in the standard unix format. Help Appreciated.

tyranron commented 4 years ago

@Sudheerkumar unfortunately I don't understand what to advice you with due to the lack of information.

How exactly it was deployed (docker run command, docker-compose/Kubernetes specs, mounts)?
How exactly Coturn is configured?
Is there any more verbose output? Did you try --verbose flag?

Sudheerkumar commented 4 years ago

using yaml files. built the docker images and deploying to cluster using the yaml files.

Haven't tried --verbose, just tried to deploy the image as is from the github

tyranron commented 4 years ago

@Sudheerkumar well, it would be better if you provide the YAML specs and describe the case you're using the image for.

Making Coturn work for you case may be tricky, and usually this involves --network=host to be used as Docker is no quite OK with port ranges.

You can read more about possible issues and context we're using this image in #13. Maybe some advices form there will help you.