Bhanu Satapati
Bhanu Satapati

Reputation: 28

install and Run Kurento Media server in Cent OS 6.6 using Docker

I need to install and run Kurento Media Server in a Cent OS to use it for Large Scale Webrtc Application for one to many conferences .

I heard that it can be done through Docker.

So if some can guide me through the steps to do so I will be thankful.

But if you know some other way to install and run Kurento Media Server in Cent OS then that is fine with me.

Upvotes: 0

Views: 4525

Answers (1)

user2915097
user2915097

Reputation: 32176

You will find several examples in the Docker Hub, see https://registry.hub.docker.com/search?q=kurento&searchfield= and some examples so you can get one, issue a docker history to see what commands were used to build (and some docker inspect on each layer), or simply use https://github.com/CenturyLinkLabs/dockerfile-from-image to generate the associated Dockerfile

Upvotes: 1

Related Questions