aboutsummaryrefslogtreecommitdiff
path: root/blog/mpd-docker-2014-10-20.markdown
blob: d74b4e3f5863e59cc8e3e861c0885b4a66eac6d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: MPD Via Docker
date: 2014-10-20
---


MPD Via Docker
==============

Today I got mpd set up inside docker to replace running it locally.


Being the perfectionist I am, I also got a simple web UI for mpd
([ympd](http://www.ympd.org/)) set up.

You can find the source repos here:

-   [<https://github.com/Xe/docker-ympd>\
    The ympd web frontend]
-   [<https://github.com/Xe/docker-mpd-kabaka>\
    A good friend's patchset to mpd in the form of a docker
    container]
-   [<https://github.com/Xe/docker-ncmpcpp>\
    ncmpcpp for controlling mpd from the command line]

Readmes will be in each repository shortly.