Giter Site home page Giter Site logo

docker-murmur's Introduction

Description

This is my personal fork of the docker-container for a Mumble-Server (murmur) based on https://github.com/Zalkeen/docker-murmur I had a few issues with the original one as I got a exec-error when just pulling zalkeen\murmur instead of zalkeen\murmur_1.3.0-armhf and the sqlite-db was not build automatically when I tried out this image.

So my fork tries to fix this for my personal use, but maybe is usable for others, too.

This is a barebones Docker container built using Alpine.

It's configured to be able to run it without further settings for easy testing.

Usage

The recommended way to run this container is as follows:

$ docker run -d -p 64738:64738 -p 64738:64738/udp cbrosius/murmur

To have the container store the sqlite database on your filesystem instead, you can run:

$ docker run -d -p 64738:64738 -p 64738:64738/udp \
    -v /path/to/data:/data cbrosius/murmur

Important notes

Getting the super-user password

On first run, if you don't already have an existing state database, you'll want to look at the logs for your container to get the super-user password:

$ docker logs murmur 2>&1 | grep Password

Changelog

2020/09/01 - Update Sources

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.