Hubl.in Documentation logo Hubl.in Documentation

Images

Build Images

Images are built on commit by Docker Hub or by TravisCI, but if you need to build them manually:

# build the default hublin image with easyrtc
docker build -t linagora/hublin .

# build the hublin image configured with Janus, needs the previous one to be build first
docker build -t linagora/hublin:janus -f Dockerfile.janus .