RPi-compatible Docker Image with Murmur (mumble-server, http://mumble.info)
8.2K
This repository provides an image for mumble-server / murmur (http://mumble.info/) on Raspberry Pi. Automated builds currently fail since Docker Hub currently doesn't support ARM platforms.
For more details, see https://github.com/ckulka/rpi-murmur
The following command will start the mumble server:
docker run --rm -it -p 64738:64738 ckulka/rpi-murmur
To disable updating mumble-server, the environment variable MUMBLE_NO_UPDATE needs exist:
docker run --rm -it -p 64738:64738 -e MUMBLE_NO_UPDATE= ckulka/rpi-murmur
To set the SuperUser password, specify it in the MUMBLE_SUPW environment variable:
docker run --rm -it -p 64738:64738 -e MUMBLE_SUPW=my-secret ckulka/rpi-murmur
A sample docker-compose.yml can be found in the git repo: https://github.com/ckulka/rpi-murmur
Content type
Image
Digest
Size
52.9 MB
Last updated
over 10 years ago
docker pull ckulka/rpi-murmur