Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luzifer-docker/mumble


https://github.com/luzifer-docker/mumble

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# luzifer/shoutcast Dockerfile

This repository contains **Dockerfile** of [Mumble](http://wiki.mumble.info/wiki/Main_Page) for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/luzifer/mumble/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/).

## Base Docker Image

- [ubuntu](https://registry.hub.docker.com/_/ubuntu/)

## Installation

1. Install [Docker](https://www.docker.com/).

2. Download [automated build](https://registry.hub.docker.com/u/luzifer/mumble/) from public [Docker Hub Registry](https://registry.hub.docker.com/): `docker pull luzifer/mumble`

## Usage

To launch it, just type:

```
docker run -d -p 64738:64738 -p 64738:64738/udp luzifer/mumble
```