GithubHelp home page GithubHelp logo

tfatykhov / docker-rpi-plex Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jaymoulin/docker-plex

0.0 2.0 0.0 72 KB

Plex Media Server - Raspberry PI - Docker Image

License: MIT License

Shell 100.00%

docker-rpi-plex's Introduction

logo

Raspberry PI - Plex Media Server - Docker Image

latest release

This image allows you to configure a Plex Media Server easily thanks to Docker.

Installation

First, you have to mount your USB drive.

sudo mount /dev/sda1 /mnt/usbdrive

This will start Plex using your mounted drive

docker run -d --restart=always --name plex -v /mnt/usbdrive:/media --net=host jaymoulin/rpi-plex

Configuration

Go to http://raspberry_ip:32400 to configure it

You can change the Plex Library directory by plugin your local folder to /root/Library folder

Example :

docker run -d --restart=always --name plex -v /mnt/usbdrive:/media --net=host -v /mnt/usbdrive:/root/Library jaymoulin/rpi-plex

Updating

When Plex Media Server new version is released, you will be able to update your running version with this command:

docker exec plex apt-get update && docker exec plex apt-get upgrade -y

Appendixes

Install RaspberryPi Docker

If you don't have Docker installed yet, you can do it easily in one line using this command

curl -sSL "https://gist.githubusercontent.com/jaymoulin/e749a189511cd965f45919f2f99e45f3/raw/054ba73080c49a0fcdbc6932e27887a31c7abce2/ARM%2520(Raspberry%2520PI)%2520Docker%2520Install" | sudo sh && sudo usermod -aG docker $USER

Build Docker Image

To build this image locally

./build.sh #requires python3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.