Image definitions I've made public for experimentation or whatever
Go to file
John Bintz 5040340924 initial commit 2014-11-22 11:31:49 -05:00
forked-daapd initial commit 2014-11-22 11:31:49 -05:00
minidlna initial commit 2014-11-22 11:31:49 -05:00
README.md initial commit 2014-11-22 11:31:49 -05:00

README.md

These are two of the services I've converted to Docker images that I run on my home server. You can run them like so:

docker run -d -p 3689:3689 -v /media:/yourfiles -e MUSIC_DIR=music \
  johnbintz/forked-daapd
docker run -d -p 8200:8200 -p 1900:1900 -v /media:/yourfiles \
  -e MOVIES_DIR=movies -e PODCASTS_DIR=music johnbintz/minidlna

Have fun.