Title logo
linuxserver/sabnzbd.

A Sabnzbd container, brought to you by LinuxServer.io.

706,777,987 645 arm64 unknown amd64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/sabnzbd
Build Time 21 Apr 2025 03:54:18
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 17 Apr 2025 at 02:16:40
unstable unstable 17 Apr 2025 at 02:22:49

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  sabnzbd:
    image: linuxserver/sabnzbd:latest
    container_name: sabnzbd
    restart: no

CLI

docker create \
  --name=sabnzbd \  --restart no \
  linuxserver/sabnzbd:latest