Server Version#:1.24.3.5033
Player Version#:
I’m using the plexinc/pms-docker image.
I’ve tried several times this evening to do a ‘docker restart plex’ on my host machine to get the updated image. While it does restart PMS, it is not doing any updating.
The update to 5033 worked fine.
What can I do to get this update to work?
Thank you.
I ran a docker pull plex command this morning, and got this error:
dbuttric@jack2:~$ docker pull plex
Using default tag: latest
Error response from daemon: pull access denied for plex, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
What image are you using?
Oops I think you meant you wanted this:
plexinc/pms-docker
Perhaps that helps?
This morning i did this:
docker stop plex
docker rm plex
Then I created a /var/local/docker folder, in there I create a plex folder to store a docker compose file.
I built a docker-compose file following the template in the plexinc github. Everything is back up and running just fine.
But when I try to restart the service to get the update, nothing happens. No upgrade occurs.
When I issue a docker pull plex I get the same error:
dbuttric@jack2:/var/local/docker/plex$ docker pull plex
Using default tag: latest
Error response from daemon: pull access denied for plex, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Is it possible that I have a bad image, and should try rm’ing the image, and re-getting it?
I can reproduce so this its not a problem on your side
You could try docker pull plexinc/pms-docker:1.24.3.5033-757abe6b4
I did that. I could get that new image.
Thinking that might have fixed my problems, I switched back to pms-docker:latest, and tried Beta channel again.
Still get the same error.
Need to use this tag for beta…
plexinc/pms-docker:plexpass