Title logo
linuxserver/sabnzbd.

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

701,947,192 624 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/sabnzbd
Build Time 25 Jul 2024 02:03:14
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.3.2 25 Jul 2024 at 02:02:10
unstable 4.3.3-unstable 25 Jul 2024 at 02:03:13

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

CLI

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