Title logo
linuxserver/sabnzbd.

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

706,486,835 644 arm64 unknown unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/sabnzbd
Build Time 01 Apr 2025 10:12:04
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 30 Mar 2025 at 17:11:03
unstable unstable 30 Mar 2025 at 17:11:24

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