Title logo
linuxserver/hydra2.

358,776,399 109 arm arm64 amd64 Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/hydra2
Build Time 02 Nov 2020 20:28:05
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest v2.19.6-ls69 24 Apr 2020 at 11:51:42

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  hydra2:
    image: linuxserver/hydra2:v2.19.6-ls69
    container_name: hydra2
    restart: no

CLI

docker create \
  --name=hydra2 \  --restart no \
  linuxserver/hydra2:v2.19.6-ls69