linuxserver/readarr.

6,555,136 108 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/readarr
Build Time 24 Sep 2023 13:29:47
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.3.6-develop 24 Sep 2023 at 13:29:46

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.6-develop
    container_name: readarr
    restart: no

CLI

docker create \
  --name=readarr \  --restart no \
  linuxserver/readarr:0.3.6-develop