You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: