Running chrome in docker with audio

The goal is to run google-chrome in a docker container with audio support. I did this trying to get skype.apk to run in archron since skype for linux does not support conferencing anymore. Even if running skype in archron did not seemed to work chrome runs flawlessly with audio support via pulse: So here is the Dockerfile: <pre lang="bash"> FROM ubuntu:14.04 MAINTAINER len@len.ro RUN apt-get update && apt-get install -y wget pulseaudio && echo "deb http://dl....

February 28, 2016 ยท len