Skip to content

djdefi/rpi-docker-minidlna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minidnla in docker for Raspberry Pi / armhf

Based on https://github.com/bobrik/docker-minidlna

This is minidlna on top of Alpine Linux. It can be configured with environment variables.

Usage

Prefix any config directive of minidlna with MINIDLNA_ and run your container:

docker run -d --net=host -v <media dir on host>:/media \
    -e MINIDLNA_MEDIA_DIR=/media \
    -e MINIDLNA_LISTENING_IP=192.168.0.5 \
    -e MINIDLNA_PORT=8200 \
    -e MINIDLNA_FRIENDLY_NAME=callisto \
    djdefi/rpi-minidlna

See: http://manpages.ubuntu.com/manpages/raring/man5/minidlna.conf.5.html

Let me know if you figure out how to run it without --net=host.

About

minidlna server on ARM in Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors