Docker image for running MPD on music mounted from a host directory, and streaming to a PulseAudio server
MPD is configured to look in the /music directory on the container for
music to serve. You must mount your host directory on /music
MPD will also save its data to /mpd, which may optionally be mounted
Suggested use:
docker run -dte PULSE_SERVER=<server IP> -p 6600:6600 -v /mnt/music:/music:ro \
-v /mnt/music/.mpd:/mpd
Content type
Image
Digest
sha256:f73ba7365…
Size
130.8 MB
Last updated
over 11 years ago
docker pull andrewbuss/mpd-pulseaudio