GithubHelp home page GithubHelp logo

nielsdb97 / docker-minimserver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trauma/docker-minimserver

2.0 2.0 1.0 6 KB

Minimserver docker image

Home Page: https://hub.docker.com/repository/docker/nielsdb97/docker-minimserver

Dockerfile 100.00%
minimserver docker-image

docker-minimserver's Introduction

docker-minimserver

Introduction

MinimServer is a new UPnP AV music server with a number of innovative features that make it easier to organize and explore your music collection. If you have a network music player that supports the UPnP AV standards (see this page), you'll get much more from your music collection if you're using MinimServer as your music server software.

Installation

Pull the image from the docker registry e.g.

docker pull nielsdb97/docker-minimserver

or build it:

git clone https://github.com/Trauma/docker-minimserver.git

cd docker-minimserver

docker build --tag="$USER/docker-minimserver" .

run your build: docker run -d --name=<your_container_name> --net=host -v <path_to_your_music>:/media/:ro $USER/docker-minimserver:latest

Quick Start

Run the downloaded image (as a daemon):

docker run -d --name=<your_container_name> --net=host -v <path_to_your_music>:/media/:ro tromatik/docker-minimserver:latest

Configuration

Configuration is available through minimwatch program

Shell Access

For debugging and maintenance purposes you may want access the containers shell. Either add after the run command or tun e.g.

docker exec -it "$USER/docker-minimserver" bash

or docker ps docker exec -it <container-id> bash

Autostart the container

add the parameter --restart=always to your docker run command.

docker-minimserver's People

Contributors

nielsdb97 avatar trauma avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

seilide

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.