Title logo
linuxserver/hydra.

An NzbHydra container, brought to you by LinuxServer.io.

104,835,771 107 amd64 arm64 arm Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/hydra
Build Time 05 Nov 2020 01:02:24
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-0.2.233 05 Nov 2020 at 01:02:21

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  hydra:
    image: linuxserver/hydra:version-0.2.233
    container_name: hydra
    restart: no

CLI

docker create \
  --name=hydra \  --restart no \
  linuxserver/hydra:version-0.2.233