iBaa/PlexConnect

Contribution: Dockerfile

ramon-toth opened this issue · 2 comments

Hello,

I've written a dockerfile to containerize PlexConnect for those of us who run Plex on a docker host.
It can be run from the root of the project to build the image and generate keys with:
docker build -t image:version .

Host networking mode is required when running the container.

Dockerfile.zip

Thanks for your contribution. I'm not a docker user myself, but some years ago I had the following contribution and have been promoting it since then

https://hub.docker.com/r/izzno/plexconnect/

Does your contribution add something significant to it ?

They accomplish the same thing.
I did not realize this image was available before creating the dockerfile :)

The only added benefit is that you can bundle my file in the root of your project, so that if someone clones your repository they're able to create their own Docker image with a single command.