Skip to content

Instantly share code, notes, and snippets.

@jjsaunier
Created November 9, 2017 19:47
Show Gist options
  • Save jjsaunier/ecd3d824a161e9805acbe5f0820e3196 to your computer and use it in GitHub Desktop.
Save jjsaunier/ecd3d824a161e9805acbe5f0820e3196 to your computer and use it in GitHub Desktop.
Share media with any DLNA ready device in the most simple way with docker
docker run --net host -v /home/johann/Videos/:/media -e MINIDLNA_MEDIA_DIR=/media -e MINIDLNA_PORT=8200 -e MINIDLNA_FRIENDLY_NAME=johann-arc -p 8200:8200 bobrik/minidlna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment