aharpour / docker-janus-webrtc-gateway

Docker specification for Janus Gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Limitations

Disables RabbitMQ and MQTT

Build

docker build -t efacilitation/docker-janus-webrtc-gateway .

Ports

Port Description
80 HTML-Examples
8088 RESTful API
8188 WebSocket API

Environment variables

No environment variables are needed for this image.

Linked Containers

This container does not need any container linked to.

Run

docker run -d -p 80:80 -p 7088:7088 -p 8088:8088 -p 8188:8188 efacilitation/docker-janus-webrtc-gateway:latest

About

Docker specification for Janus Gateway


Languages

Language:ApacheConf 88.1%Language:Shell 11.9%