Title logo
linuxserver/plex.

A Plex Media Server container, brought to you by LinuxServer.io.

864,394,012 2,039 unknown amd64 arm64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/plex
Build Time 24 Mar 2025 09:35:07
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 24 Mar 2025 at 09:34:59

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  plex:
    image: linuxserver/plex:latest
    container_name: plex
    restart: no

CLI

docker create \
  --name=plex \  --restart no \
  linuxserver/plex:latest