Add readme

This commit is contained in:
dave 2015-04-09 12:17:20 -07:00
parent 8754b77966
commit 8fc4e207e8
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
docker-streamrec
================
An internet radio DVR packaged inside docker.
**Installation:**
* Clone streamrecord to "streamrecord"
* Build image
* Run! API / web GUI is port 80
**Tips:**
* Store data outside docker with: `-v /your/storage/location/:/home/streamrecord/app/files/`. Remember to create `temp` and `output` inside this directory!