Title logo
linuxserver/plex.

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

821,208,544 1,610 arm arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/plex
Build Time 14 Mar 2023 18:01:56
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.31.2 14 Mar 2023 at 18:01:56

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:1.31.2
    container_name: plex
    restart: no

CLI

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