Sign inSign up

funkypenguin/plex

By funkypenguin

Updated almost 11 years ago

Image
0

4.5K

funkypenguin/plex repository overview

This is a Dockerfile setup for plex with plexpass - http://plex.tv/

It's based on needo/plex, with the only adjustment being running plex as user UID 4242 "htpc". I built it because I wanted a consistent way to give my containerized HTPC apps access to my media library

To run the latest plexpass version:

docker run -d --net="host" --name="plex" -v /path/to/plex/config:/config -v /path/to/video/files:/data -v /etc/localtime:/etc/localtime:ro funkypenguin/plex

If you would like to specify a specific version of plex to run:

docker run -d --net="host" --name="plex" -v /path/to/plex/config:/config -v /path/to/video/files:/data -v /etc/localtime:/etc/localtime:ro -e VERSION=0.9.9.8.436-8abe5c0 funkypenguin/plex

NOTE: It can be the partial or full version name (e.g. 0.9.9.8 or 0.9.9.8.436-8abe5c0) replace with the version you desire in the command above The VERSION variable supports versions listed on https://plex.tv/downloads/1/archive

If you exclude the VERSION tag it'll autoupdate to the latest version whenever you restart the container.

After install go to:

http://server:32400/web/index.html#!/dashboard and login with your myPlex credentials

Tag summary

Content type

Image

Digest

sha256:07f700363

Size

227.9 MB

Last updated

almost 11 years ago

docker pull funkypenguin/plex