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

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.