{"id":17040958,"url":"https://github.com/uggla/mumbleserverdockerfile","last_synced_at":"2026-04-13T18:31:06.055Z","repository":{"id":148620960,"uuid":"35839970","full_name":"uggla/MumbleServerDockerfile","owner":"uggla","description":"Dockerfile for mumble","archived":false,"fork":false,"pushed_at":"2015-08-06T16:12:29.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T19:59:23.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uggla.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-18T20:12:27.000Z","updated_at":"2015-08-06T15:33:48.000Z","dependencies_parsed_at":"2023-04-02T12:29:53.547Z","dependency_job_id":null,"html_url":"https://github.com/uggla/MumbleServerDockerfile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2FMumbleServerDockerfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2FMumbleServerDockerfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2FMumbleServerDockerfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2FMumbleServerDockerfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uggla","download_url":"https://codeload.github.com/uggla/MumbleServerDockerfile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040189,"owners_count":20551301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T09:10:57.654Z","updated_at":"2026-04-13T18:31:05.993Z","avatar_url":"https://github.com/uggla.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"MumbleServerDockerfile\n======================\nDockerfile to build images for a mumble server.\n\nPlease report any issue or comment to github bug tracker :\n\nhttps://github.com/uggla/MumbleServerDockerfile/issues\n\nPrerequisites\n-------------\n- Use your regular user to build the image.\n- Recent docker, image was successfully built on :\n\n  - Fedora 22\n  - Ubuntu 15.04 with some minor defects_.\n    docker --version\n    ::\n       Docker version 1.5.0, build a8a31ef\n\n- Install docker.\n Example :\n apt-get install docker.io\n \n or\n \n yum install docker-io\n \n systemctl enable docker.service\n \n systemctl start docker.service\n \n- Add your user to the docker group.\n Example :\n usermod -G docker mumble\n- Open port **64738** and **64738/udp** on your server firewall. Do not forget your firewall router, if you have one in between. \n Example with firewalld :\n \n firewall-cmd --add-port 64738/tcp\n \nBuilding instructions\n---------------------\n1. Clone the repo with git.\n git clone https://github.com/uggla/MumbleServerDockerfile.git\n2. Change directory to the repository and run buildImage.sh.\n cd MumbleServerDockerfile\n \n ./buildImage.sh\n3. Answer script questions.\n\n   - Enter superuser password  --\u003e Mumble SuperUser password.\n   - Enter Server Name --\u003e Server name to display at login.\n   - Enter password  --\u003e Mumble password to enter the lobby.\n\n4. Time to have a coffee.\n\n\nRunning instructions\n--------------------\n- Run a container to start Mumble server.\n ./runMumble.sh\n\n- Start an already existing container.\n docker start mumble\n \n- Attach to the container console to show logs.\n docker attach mumble\n \n Note : ctrl p ctrl q to detach from container.\n\n- Stop your server.\n docker stop mumble\n\n\nModifying container content\n---------------------------\n- You can edit the container to modify options.\n docker run -u root --entrypoint=\"/bin/bash\" -ti --name \"mumble\" mumble\n \n \nUbuntu 15.04 minor defects\n--------------------------\n.. _defects:\n\n- Warnings are displayed about label.\n # Skipping unknown instruction LABEL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuggla%2Fmumbleserverdockerfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuggla%2Fmumbleserverdockerfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuggla%2Fmumbleserverdockerfile/lists"}