Title logo
linuxserver/sabnzbd.

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

699,584,003 616 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/sabnzbd
Build Time 06 May 2024 02:03:12
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.3.1 04 May 2024 at 09:10:55
unstable 4.3.1-unstable 04 May 2024 at 09:06:46

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

CLI

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