sgoryachkin / minidlna-docker

RedyMedia (MiniDLNA) armhf docker image with thumbnails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

RedyMedia (MiniDLNA) armhf docker image with thumbnails


Languages

Language:Shell 78.6%Language:Dockerfile 21.4%