linuxserver/readarr.

8,324,482 130 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/readarr
Build Time 05 May 2024 11:29:11
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.3.27-nightly 05 May 2024 at 11:29:10

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  readarr:
    image: linuxserver/readarr:0.3.27-nightly
    container_name: readarr
    restart: no

CLI

docker create \
  --name=readarr \  --restart no \
  linuxserver/readarr:0.3.27-nightly