pms-docker VS watchtower

Compare pms-docker vs watchtower and see what are their differences.

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pms-docker watchtower
33 224
3,461 21,453
1.8% 3.9%
6.9 6.5
7 days ago 8 months ago
Smarty Go
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pms-docker

Posts with mentions or reviews of pms-docker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-09.
  • Plex Docker doesn't see /dev/dri?
    1 project | /r/PleX | 19 Nov 2023
    From what I can tell Plex can't see /dev/dri at all, as I get 45-plex-hw-transcode-and-connected-tuner: exited 0. in the logs which according to the source code means it did not see an existing device. Going into the container shows there isn't a /dev/dri folder at all though it does exist on my local machine.
  • Pi-Hole/WireGuard and other Docker containers setup
    1 project | /r/pihole | 10 Jul 2023
    I originally started using Docker because I wanted to run WireGuard alongside Pi-Hole and knew I would be wanting to add other containers and Docker's a good way to make everything play nicely. I originally wanted to install WireGuard immediately alongside Pi-Hole but that got shelved. The Plex Docker container can't be installed on Pi OS, there is an Plex docker container tough which is also causing me problems. IE: every time I update PMS (which is apparently a lot) it recreates the container, in addition to a lot of install errors.
  • Trying to deploy Plex via Portainer on a Raspberry Pi, having trouble building the image
    2 projects | /r/portainer | 9 Jul 2023
    I have a Raspberry Pi 4 8 GB Extreme running 64-bit Pi OS with Docker and Portainer. I'm trying to deploy the following image: https://github.com/plexinc/pms-docker. I'm creating a stack and then using a docker-compose file.
  • Plex server install : Not authorized
    1 project | /r/debian | 26 Jun 2023
    From what I can tell, there's even an official repository, and github repository.
  • Help with starting a home server
    1 project | /r/selfhosted | 23 May 2023
  • Plex keeps writing to Unraid Cache drive while idle
    1 project | /r/PleX | 21 Mar 2023
    Found it. The Docker container has a health check script. This script runs every 5 seconds. You can see this in the Plex console. Filter on "/identity".
  • Rootless docker vs podman: pros and cons?
    5 projects | /r/linuxadmin | 9 Mar 2023
    The issue seems to be more that the container I'm trying to run is trying to chown a directory and runs into "Operation not permitted" issues. Specifically, this script is being executed and is failing, no matter which combination of user/namespace commands I am feeding it.
  • New PUBLIC PMS Version Available - 1.30.1.6562-915986d62
    2 projects | /r/PleX | 11 Jan 2023
    This looks like the official docker. Look through that and make sure you are using the correct docker.
  • poor video quality in windows app
    1 project | /r/PleX | 16 Dec 2022
    So I'm run Plex server on my OMV server in docker container (this)[https://github.com/plexinc/pms-docker]. And my quality settings in win app looks like this (Show all do nothing)
  • Plex server all in one?
    2 projects | /r/PleX | 4 Dec 2022
    The closest I can think of is the docker. If OP likes docker in their docker then they can start with RancherOS.

watchtower

Posts with mentions or reviews of watchtower. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-21.
  • Fly To Podman: a script that will help you to migrate from Docker
    6 projects | news.ycombinator.com | 21 Feb 2025
    GitHub issue for podman support, here: https://github.com/containrrr/watchtower/issues/1060
  • Como realizar o Deploy de Projetos Web em uma VPS
    2 projects | dev.to | 6 Jan 2025
  • 2024 In Review
    16 projects | dev.to | 1 Jan 2025
    compose-updater (python, api-service) – a project for updating the version of a docker image from CI in a closed infrastructure. I didn't find anything ready to solve this task. There is watchtower, but it's more about keeping up-to-date docker images, rather than updating a specific one, and also I couldn't run it with ECR repos – the author made a super minimalist image in which I couldn't enter through sh to debug. The second alternative is umputun/updater, but it's more about running different shell commands through a webhook. I chose Python because I didn't find a Rust crate for Docker API (most likely it exists, I just didn't understand which one is really good). Score: – (I didn't promote the project anywhere, I use it for my own purposes for now).
  • Como realizei o deploy do meu portfólio utilizando uma VPS
    3 projects | dev.to | 22 Dec 2024
  • 5 DevOps Hacktoberfest Projects to Contribute to!
    6 projects | dev.to | 1 Oct 2024
    WatchTower is one of my favorite projects because it is super useful, and it was also my start in DevOps. WatchTower is a containerized application that monitors your running containers, and will automatically update your images when a newer version is available. Pretty simple, but super useful if you want to run your own infrastructure. Awesome learning experience, and it has over 18k stars!
  • Self-Hosting Next.js
    1 project | news.ycombinator.com | 13 Sep 2024
    Interesting- my first time reading about Kamal. I personally used watchtower (https://github.com/containrrr/watchtower) to check for and deploy container updates from the GitHub Container Registry and push new images there from Actions. I also used OpenTofu to automate the VPS provisioning in GH Actions.
  • A single server can go a long way these days
    1 project | news.ycombinator.com | 24 Aug 2024
    For a single server I’d rather have one config management system - Chef/Ansible/… - and just have that set up docker & nginx, rather than have config management set up Kubernetes, and then also need to write Kubernetes manifest YAML files in addition to my config management thingies.

    On my home server I use Chef. I have a recipe for each service that sets up a docker container plus an NGINX config that does the TLS and port mapping stuff. To handle container updates I run Watchtower (https://containrrr.dev/watchtower/) which pulls and then restarts my containers when I send a POST.

    Deploys are super easy, just docker build, docker push, curl -h $DEPLOY_TOKEN $DEPLOY_URL.

    don’t need anything complicated for rollback, just retag and curl again.

  • A process for automating Docker container base image updates
    1 project | news.ycombinator.com | 3 Aug 2024
  • My deployment platform is a shell script
    4 projects | news.ycombinator.com | 9 Apr 2024
    Related: https://github.com/containrrr/watchtower
  • PSA - Run "docker image prune" once in a while.
    5 projects | /r/selfhosted | 7 Dec 2023

What are some alternatives?

When comparing pms-docker and watchtower you can also consider the following projects:

docker-plex

shepherd - Docker swarm service for automatically updating your services whenever their image is refreshed

plexupdate - Plex Update script to simplify the life of Linux Plex Media Server users.

wud - Keep your containers up-to-date!

self_hosted - self_hosted

Diun - Receive notifications when an image is updated on a Docker registry

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured