B
blendOSβ€’3y ago
turfit

Plex Media Server

I downloaded Plex Media Server DEB file, installed it in the Ubuntu 23.4 container. Server can not be located or started. Can Plex Media Server run in the Ubuntu Container?
6 Replies
Asterisk
Asteriskβ€’3y ago
Must be on the host And blend is a bad server OS Don’t run a plex server with it
·𐑑𐑬𐑣𐑱
sudo mkdir /srv/plex
sudo mkdir /srv/plex
sudo mkdir /plexlibrary
sudo mkdir /plexlibrary
sudo podman run -d --name=plex --net=host -e PUID=1000 -e PGID=1000 -e TZ=Etc/UTC --restart unless-stopped -v /srv/plex:/config -v /plexmedia:/data docker.io:plexinc/pms-docker
sudo podman run -d --name=plex --net=host -e PUID=1000 -e PGID=1000 -e TZ=Etc/UTC --restart unless-stopped -v /srv/plex:/config -v /plexmedia:/data docker.io:plexinc/pms-docker
do this in the host system @turfit
Bushwil
Bushwilβ€’2y ago
Just curious, does this create a new Plex container?
·𐑑𐑬𐑣𐑱
Yes it should This is the source of the container https://hub.docker.com/r/plexinc/pms-docker/ blendOS uses podman for it's containers, which is compatible with docker. The "docker.io:" bit is to make sure the repo it's pulling from is dockers repo. Also the stuff after the "TZ=" bit should be changed to what ever timezone you have
Asterisk
Asteriskβ€’2y ago
Podman doesn’t have a repo The default might be quay.io or docker hub
·𐑑𐑬𐑣𐑱
Ah, I assumed they did

Did you find this page helpful?