linuxserver/readarr.

5,950,924 94 arm arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/readarr
Build Time 27 May 2023 11:14:40
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.1.6-nightly 27 May 2023 at 11:14:40

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.1.6-nightly
    container_name: readarr
    restart: no

CLI

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