nordvpn VS docker-plex

Compare nordvpn vs docker-plex and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
nordvpn docker-plex
50 44
690 1,076
- 2.5%
3.5 8.2
12 days ago 14 days ago
Shell Dockerfile
GNU Affero General Public License v3.0 GNU General Public License v3.0 only
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.

nordvpn

Posts with mentions or reviews of nordvpn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-03.

docker-plex

Posts with mentions or reviews of docker-plex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-12.
  • Upgrade Plex in Docker not working
    2 projects | /r/synology | 12 May 2023
    I found this, but don't see anything similar for ghcr.io in the images list in the docker UI.
  • Using Intel eGPU QuickSync with Kubernetes for transcoding with Plex/Jellyfin etc...
    3 projects | /r/selfhosted | 19 Jan 2023
    FWIW it's probably not a great idea to use the Plex or Jellyfin (or any really) images from lsio. They do stupid shit like this which is not needed with Kubernetes. You can add a security context with those GIDs as supplemental groups. Also all their containers start as root which is not considered best practice.
  • Clarification on updating Plex via docker on Synology
    2 projects | /r/synology | 20 Nov 2022
    The linuxserver plex image can actually check for updates when the container starts. It's a bit of an anti-pattern. Here's the script: https://github.com/linuxserver/docker-plex/blob/master/root/etc/s6-overlay/s6-rc.d/init-plex-update/run
    2 projects | /r/synology | 20 Nov 2022
    Your problem doesn't really have anything to do with Synology; you might get lucky and someone here knows the answer, but you'd probably get the best answer by opening an issue here: https://github.com/linuxserver/docker-plex/issues
  • Unraid OS version 6.11.0-rc5 is now available
    2 projects | /r/unRAID | 13 Sep 2022
    I’m running the LinixServer disto: https://github.com/linuxserver/docker-plex/pkgs/container/plex
    2 projects | /r/unRAID | 13 Sep 2022
    Looks like there's an open issue for the linuxserver image where it's not working: https://github.com/linuxserver/docker-plex/issues/325
  • Issue with docker, radarr, and qbittorrent: this directory does not appear to exist.
    6 projects | /r/radarr | 19 Jul 2022
    # https://github.com/linuxserver/docker-plex plex: image: lscr.io/linuxserver/plex:latest container_name: plex network_mode: host environment: - PUID=${PUID} #IDs of linux user for permissions purposes - PGID=13000 - UMASK=002 - VERSION=docker - PLEX_CLAIM= #claim token for plex (optional) (expires in 4 min) volumes: - ${ROOT_DIR}/docker/plex-config:/config - ${ROOT_DIR}/data/media:/data/media restart: unless-stopped
  • Plex Docker runs fine on Synology 920 but can't reach the web interface
    2 projects | /r/synology | 19 Jul 2022
    s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service 00-legacy: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting cont-init: info: running /etc/cont-init.d/01-envfile s6-rc: info: service 00-legacy successfully started cont-init: info: /etc/cont-init.d/01-envfile exited 0 cont-init: info: running /etc/cont-init.d/01-migrations [migrations] started [migrations] no migrations found cont-init: info: /etc/cont-init.d/01-migrations exited 0 cont-init: info: running /etc/cont-init.d/02-tamper-check cont-init: info: /etc/cont-init.d/02-tamper-check exited 0 cont-init: info: running /etc/cont-init.d/10-adduser usermod: no changes ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 911 User gid: 911 ------------------------------------- cont-init: info: /etc/cont-init.d/10-adduser exited 0 cont-init: info: running /etc/cont-init.d/40-chown-files cont-init: info: /etc/cont-init.d/40-chown-files exited 0 cont-init: info: running /etc/cont-init.d/45-plex-claim cont-init: info: /etc/cont-init.d/45-plex-claim exited 0 cont-init: info: running /etc/cont-init.d/50-gid-video cont-init: info: /etc/cont-init.d/50-gid-video exited 0 cont-init: info: running /etc/cont-init.d/60-plex-update ####################################################### # Update routine will not run because you havent set # # the VERSION variable or you opted out of updates. # # For more information checkout :- # # https://github.com/linuxserver/docker-plex # ####################################################### cont-init: info: /etc/cont-init.d/60-plex-update exited 0 cont-init: info: running /etc/cont-init.d/90-custom-folders cont-init: info: /etc/cont-init.d/90-custom-folders exited 0 cont-init: info: running /etc/cont-init.d/99-custom-scripts [custom-init] no custom files found exiting... cont-init: info: /etc/cont-init.d/99-custom-scripts exited 0 s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service legacy-services: starting services-up: info: copying legacy longrun plex (no readiness notification) s6-rc: info: service legacy-services successfully started s6-rc: info: service 99-ci-service-check: starting [ls.io-init] done. s6-rc: info: service 99-ci-service-check successfully started Starting Plex Media Server. Critical: libusb_init failed s6-rc: info: service 99-ci-service-check: stopping s6-rc: info: service 99-ci-service-check successfully stopped s6-rc: info: service legacy-services: stopping s6-rc: info: service legacy-services successfully stopped s6-rc: info: service legacy-cont-init: stopping s6-rc: info: service 00-legacy: stopping s6-rc: info: service 00-legacy successfully stopped s6-rc: info: service legacy-cont-init successfully stopped s6-rc: info: service fix-attrs: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: info: service s6rc-oneshot-runner: stopping s6-rc: info: service s6rc-oneshot-runner successfully stopped s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service 00-legacy: starting s6-rc: info: service 00-legacy successfully started s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting cont-init: info: running /etc/cont-init.d/01-envfile cont-init: info: /etc/cont-init.d/01-envfile exited 0 cont-init: info: running /etc/cont-init.d/01-migrations [migrations] started [migrations] no migrations found cont-init: info: /etc/cont-init.d/01-migrations exited 0 cont-init: info: running /etc/cont-init.d/02-tamper-check cont-init: info: /etc/cont-init.d/02-tamper-check exited 0 cont-init: info: running /etc/cont-init.d/10-adduser usermod: no changes
  • How does PUID/PGID actually work in docker
    3 projects | /r/docker | 30 Mar 2022
    as far as how does linuxserver image work with puid,guid, they use s6-overlay framework for multi process container architecture. one of the init scripts on container start calls s6-setuidgid plex as the final startup script which runs plex as the designated uid and gid. see here
    3 projects | /r/docker | 30 Mar 2022

What are some alternatives?

When comparing nordvpn and docker-plex you can also consider the following projects:

docker-transmission-openvpn - Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel

pms-docker - Plex Media Server Docker repo, for all your PMS docker needs.

docker-wireguard

synology-wireguard - WireGuard support for some Synology NAS drives

gluetun - VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.

nordlynx

docker-wireguard-socks-proxy - Expose a WireGuard tunnel as a SOCKS5 proxy

arch-sabnzbdvpn - Docker build script for Arch Linux base with SABnzbd, Privoxy and OpenVPN

wireguard-go-docker - Wireguard docker image

Nginx Proxy Manager - Docker container for managing Nginx proxy hosts with a simple, powerful interface

plex - A docker container with Plex mediaserver.

openvpn-pihole - 🕵️ A truly delicious combination of two wonderful pieces of software to setup a pi.hole-backed VPN as quick as possible.