Title logo
linuxserver/sabnzbd.

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

704,840,809 635 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/sabnzbd
Build Time 09 Dec 2024 22:10:43
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.4.0 09 Dec 2024 at 22:09:33
unstable 4.4.0-unstable 09 Dec 2024 at 22:10:43

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:4.4.0
    container_name: sabnzbd
    restart: no

CLI

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