Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Support #59

Open
sharef88 opened this issue May 26, 2017 · 7 comments
Open

Docker Support #59

sharef88 opened this issue May 26, 2017 · 7 comments

Comments

@sharef88
Copy link

Has anyone tried setting this up in a docker container? I'm particularly interested in having it in docker swarm mode as a service.

@deevus
Copy link

deevus commented May 27, 2017

Yep. https://github.com/deevus/docker-plex-remote-transcoder

It was working, albiet with an older version of Plex.

It's been a while since I've looked at it (my setup at home doesn't require it). If you have the skills (it sounds like you do) I'd happily take pull requests.

@liviynz
Copy link
Collaborator

liviynz commented May 27, 2017

I believe one of users has done work with docker, I'll try and find out which one. From memory I believe he's subscribed to out gitter room so you can try there. One thing to be careful of though is if you've been trying to get anything docker related since about PMS 1.4/1.5 & some of the earlier 1.6 releases there is a known issue with docker and there's known issues with PRT with those as well so that would explain any problems you've been having.

@sharef88
Copy link
Author

I have basically everything in my environment dockerized, Its a nice solution to the problem of rebuilding everything when I inevitably break something. I'll see if I can confirm the docker-prt solution works with the current version, and possibly update it for docker-swarm mode.

@rob256
Copy link

rob256 commented May 30, 2017

+1 I have some docker experience but not with swarm. I'm happy to help out / code review anything docker related.

@DiscoLives4ever
Copy link

A few months late, but playing around with deevus's code I was able to get it working. I had to tweak a couple items for permissions on the ssh keys though.

@colek42
Copy link

colek42 commented Jan 5, 2018

@DiscoLives4ever you have the source available. I want to use k8s to make the setup painless of you have a k8s cluster running.

@DrEVILish
Copy link
Contributor

This project is the perfect example of utilising Docker Swarm, with a Docker Plugin like NetShare to use NFS.
Keeping the Plex Master off the "swarm" but on a master server, allows for PRT interactions with the Docker.sock to add or remove slaves in the swarm.

Having the slaves as Stateless and only configuring the master would be a much simpler deployment over multiple hosts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants