I don’t know if you mean in the same Docker image as Licode. That, while is doable, isn’t probably your best option.
You can either install the turn server natively outside the container or create your own container.
In general, I’ve been installing it outside of the container.
@pedro installing https://hub.docker.com/r/synctree/coturn/ was not difficult. But I am still struggling with what configuration to change in licode docker. I am running licode docker in “host” mode and not in “bridge” mode.
We’ve been using rfc5766 for a long time with good results. That said, coturn should work fine. If I had to start now I’d give coturn a try, if you run into problems post them here.
@Rohit_Aggarwal Assuming you’re using STUN/TURN for the clients, here you can find how to configure it.
You have to make sure the TURN/STUN server you install is reachable by the clients. The default port is 3478, you may want to change that depending on how you configure your server and the container.