From 39a920e845aeb4f466e585890eb845f3d28f02ca Mon Sep 17 00:00:00 2001 From: Simon Eisenmann <simon@struktur.de> Date: Fri, 5 Aug 2016 11:51:51 +0200 Subject: [PATCH] Add Docker instructions to README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 24da4554..b46eeb0a 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,20 @@ https://github.com/coturn/coturn/wiki/turnserver#webrtc-usage for more information. +## Running with Docker + +We provide official Docker images at https://hub.docker.com/r/spreed/webrtc/. Of +course you can build the Docker image yourself as well. Check the Dockerfiles in +this repository for details and instructions. + +Use the following command to run a Spreed WebRTC Docker container with the +default settings from our official Spreed WebRTC Docker image. + +``` +docker run --rm --name my-spreed-webrtc -p 8080:8080 -p 8443:8443 \ + -v `pwd`:/srv/extra -i -t spreed/webrtc +``` + ## Setup Screensharing ### Chrome