Skip to content

Dockerfile to launch a Plex Media Server on base ubuntu 14.04 image without frills.

License

Notifications You must be signed in to change notification settings

gionn/docker-plex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plex Media Server on Docker

Circle CI

This is a Dockerfile for Plex Media Server based on ubuntu:trusty without additional frills, using the DEB package available on Plex Downloads section.

Latest version is: 0.9.12.3.1173-937aac3

Check for newer versions on https://plex.tv/downloads and if it isn't current, fork me or open an issue!

Running

docker run -d -p 32400:32400 gionn/plex

and then browse http://localhost:32400.

Volumes

A default volume is defined for holding library metadata at /var/lib/plexmediaserver.

To add your library, use -v /path/to/videos:/srv and then add /srv as library via Plex web interface.

About

Dockerfile to launch a Plex Media Server on base ubuntu 14.04 image without frills.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published