kalmufti / did-audio

Desktop in Docker - Audio and Firefox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desktop in Docker - Audio and Firefox

Desktop in Docker - Audio and Firefox image provide a Linux Xfce4 desktop environment by utilizing novnc plus PulseAudio and Firefox browser. Checkout the image Dockerfile as reference on how to use the did-base image to build more interesting Desktop in Docker images.

Usage

Basic command:

docker run --rm -it -p 6901:6901 kalmufti/did-audio

Add container name, change host ip address and increase ram:

docker run --rm -it -p 6901:6901 --name novnc -e HOST_ADDR=192.168.1.1 --shm-size=2gb kalmufti/did-audio

About

Desktop in Docker - Audio and Firefox

License:Apache License 2.0


Languages

Language:Shell 57.0%Language:Dockerfile 43.0%