MPD with Client175 web interface.
780
Starts an MPD with a client175 web interface.
docker create \
--name "mpd-client175" \
-v /directory/to/music:/music \
--device=/dev/snd:/dev/snd \
-p 6600:6600 \
-p 8080:8080 \
cdauth/mpd-client175
To make avahi work, add this parameter:
--device=/run/dbus:/run/dbus
/music: The directory containing your music/var/lib/mpd: MPD database. Use this to persist your playlists.6600: The MPD server8080: The client175 web interfaceContent type
Image
Digest
Size
191.4 MB
Last updated
over 10 years ago
docker pull cdauth/mpd-client175