Docker Versions? Delay in updates?

I would prefer to use the official docker image…

I’m currently running 1.14.1.5488-cc260c476, which appears to be the latest release from ~2 months ago for the docker hub.

While 1.15.3.835-5d4a5c895 is the current version, which looks like it was released today.

What is the best way to utilize docker, and still maintain updates?

You’ll need to double-check the tagging of your container.

You should be using either public or beta:

These two images do not have any Plex Media Server binary installed. Instead, when these containers are run, they will perform an update check and fetch the latest version, install it, and then continue execution. They also run the update check whenever the container is restarted. To update the version in the container, simply stop the container and start container again when you have a network connection. The startup script will automatically fetch the appropriate version and install it before starting the Plex Media Server.

Gotcha, so I did docker pull plexinc/pms-docker:beta , and it pulled the new image.

However, just doing standard docker start plex, it is not running anything updates. I assume I need to tell it to run the beta image? I must be missing something simple =(

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.