mdlayher / mpdsub

Command mpdsubd provides a Subsonic HTTP API bridge to a backing MPD server. MIT Licensed.
MIT License
6 stars 2 forks source link

WIP: allow running this from a container #3

Open anarcat opened 6 years ago

anarcat commented 6 years ago

This probably requires #1 to be settled before it is finalized, but it works for me for now.

anarcat commented 6 years ago

i'm running this with:

sudo docker run --volume ~/Music/:/srv  --publish 4040:4040 -it --rm  mdlayher/mpdsub  -mpd.addr marcos:6600 -user foo -pass bar -mpd.music.dir /srv -v
mdlayher commented 6 years ago

I think the usual approach would be to build the binary and then add the binary to the container, right?