Skip to content

RedyMedia (MiniDLNA) armhf docker image with thumbnails

Notifications You must be signed in to change notification settings

sgoryachkin/minidlna-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedyMedia (MiniDLNA) docker image with thumbnails

Docker Automated Docker Build

Overview

This is MiniDLNA with thumbnails on top of minimal Alpine Linux. It can be configured with environment variables.

Supported architecture

Next repositories are availible:

Arch Repository Pulls
AMD64 sego/minidlna amd64
AArch64 sego/minidlna-aarch64 aarch64
ARMHF sego/minidlna-armhf armhf

System requirements

Support inotify in kernel and in /media volume file system

Usage

Prefix any configuration directive of MiniDLNA with MINIDLNA_ and run your container:

docker run -d --net=host \
  -p 8200:8200 \
  --mount type=bind,source=/mnt/storage1/Media,destination=/media,readonly \
  -e MINIDLNA_media_dir=V,/media/Movies \
  -e MINIDLNA_friendly_name=Movies \
  sego/minidlna-armhf